From: Angus Gratton Date: Tue, 11 Oct 2016 05:41:05 +0000 (+1100) Subject: Reinstate build_examples gitlab CI case X-Git-Tag: v1.0~116^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=685c1084ba276e4ff9e39e28fe796ed0a347eac0;p=esp-idf Reinstate build_examples gitlab CI case Had been removed in 42e31116 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef28489077..7834707fef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,23 @@ build_ssc: - chmod +x gen_misc_ng.sh - ./gen_misc_ng.sh +build_examples: + <<: *build_template + artifacts: + paths: + - build_examples/*/*/build/*.bin + - build_examples/*/*/build/*.elf + - build_examples/*/*/build/*.map + - build_examples/*/*/build/bootloader/*.bin + expire_in: 6 mos + + script: + # it's not possible to build 100% out-of-tree and have the "artifacts" + # mechanism work, but this is the next best thing + - mkdir build_examples + - cd build_examples + - ${IDF_PATH}/make/build_examples.sh + test_nvs_on_host: stage: test image: espressif/esp32-ci-env