Merge branch 'bugfix/remove_at_build_from_ci' into 'master'

CI: remove build at

See merge request !1171
This commit is contained in:
Ivan Grokhotkov 2017-08-31 10:45:40 +08:00 committed by He Yin Ling
parent 8bca703467
commit 43a04ebcf1

View File

@ -89,15 +89,6 @@ build_ssc:
- git checkout ${CI_COMMIT_REF_NAME} || echo "Using SSC default branch..."
- 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_template
artifacts: