1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

ci: fix checking CI_GITHUB_API_KEY, refactoring (#5496)

* ci: fix checking for presence of CI_GITHUB_API_KEY

CI_GITHUB_API_KEY is always set when evaluating job include/exclude conditions, and it only gets removed when the job starts. Move the check into the script.

* ci: split build jobs into separate shell scripts
This commit is contained in:
Ivan Grokhotkov
2018-12-15 09:58:30 +08:00
committed by david gauchard
parent 64f7147da3
commit 79553e539a
8 changed files with 96 additions and 93 deletions

10
tests/ci/host_test.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
#
# CI job for running tests on the host
set -ev
cd $TRAVIS_BUILD_DIR/tests/host
make CI
make clean-objects