Skip to content

Commit

Permalink
CI: Pass IDF_PATH to build_system_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Aug 24, 2016
1 parent a278c51 commit a233619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ test_nvs_on_host:
test_build_system:
stage: test
image: espressif/esp32-ci-env
variables:
IDF_PATH: "$CI_PROJECT_DIR"
script:
- ./make/build_system_tests.sh

Expand Down

0 comments on commit a233619

Please sign in to comment.