forked from espressif/esp-idf
Merge branch 'bugfix/remove_at_build_from_ci' into 'master'
CI: remove build at See merge request !1171
This commit is contained in:
committed by
He Yin Ling
parent
8bca703467
commit
43a04ebcf1
@@ -89,15 +89,6 @@ build_ssc:
|
|||||||
- git checkout ${CI_COMMIT_REF_NAME} || echo "Using SSC default branch..."
|
- git checkout ${CI_COMMIT_REF_NAME} || echo "Using SSC default branch..."
|
||||||
- MAKEFLAGS= ./gen_misc_ng.sh
|
- MAKEFLAGS= ./gen_misc_ng.sh
|
||||||
|
|
||||||
build_at:
|
|
||||||
<<: *build_template
|
|
||||||
script:
|
|
||||||
- git clone $GITLAB_SSH_SERVER/application/esp-at.git
|
|
||||||
- cd esp-at
|
|
||||||
- git checkout ${CI_COMMIT_REF_NAME} || echo "Using esp-at default branch..."
|
|
||||||
- make defconfig
|
|
||||||
- make
|
|
||||||
|
|
||||||
build_esp_idf_tests:
|
build_esp_idf_tests:
|
||||||
<<: *build_template
|
<<: *build_template
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Reference in New Issue
Block a user