mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
5b1f57f690
Release of documents and component should be done manually until we introduce the automation properly. ci: Solve the warnings on docs_build ci: Adopts the old strategy to push to github
25 lines
612 B
YAML
25 lines
612 B
YAML
stages:
|
|
- pre_check
|
|
- build
|
|
- test
|
|
- test_deploy
|
|
- deploy
|
|
|
|
variables:
|
|
TEST_BROKER_BRNO_TCP: "${TEST_BROKER_BRNO_TCP}"
|
|
TEST_BROKER_BRNO_SSL: "${TEST_BROKER_BRNO_SSL}"
|
|
TEST_BROKER_BRNO_WS: "${TEST_BROKER_BRNO_WS}"
|
|
TEST_BROKER_BRNO_WSS: "${TEST_BROKER_BRNO_WSS}"
|
|
EXAMPLE_MQTT_BROKER_CERTIFICATE: "${EXAMPLE_MQTT_BROKER_CERTIFICATE}"
|
|
|
|
include:
|
|
- local: ".gitlab/ci/build.yml"
|
|
- local: ".gitlab/ci/docs.yml"
|
|
- local: ".gitlab/ci/test.yml"
|
|
- local: ".gitlab/ci/deploy.yml"
|
|
|
|
workflow:
|
|
rules:
|
|
- if: $CI_COMMIT_REF_NAME == "master"
|
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|