CI: remove build at from CI:

AT is a standalone application. It will not keep up with latest IDF. If
IDF changes APIs which AT used, CI will fail. Therefore remove AT job.
This commit is contained in:
He Yin Ling 2017-08-29 23:09:02 +08:00
parent 84dec4459b
commit 9fa2a9a270
1 changed files with 0 additions and 9 deletions

View File

@ -109,15 +109,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: