Try github CI (#3115)

This commit is contained in:
Me No Dev
2019-08-20 15:32:47 +03:00
committed by GitHub
parent fa55a2c91d
commit 65e256c40a
9 changed files with 644 additions and 118 deletions

View File

@ -3,7 +3,7 @@
if [ ! -z "$TRAVIS_TAG" ]; then
# zip the package if tagged build
tools/build-release.sh -a$ESP32_GITHUB_TOKEN
else
#else
# run cmake and sketch tests
tools/check_cmakelists.sh && tools/build-tests.sh
#tools/build-tests.sh
fi