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

@ -10,8 +10,10 @@ set -e
cd "`dirname $0`/.." # cd to arduino-esp32 root
# pull all submodules
git submodule update --init --recursive
# find all source files in repo
#REPO_SRCS=`find cores/esp32/ libraries/ -name 'examples' -prune -o -name 'main.cpp' -prune -o -name '*.c' -print -o -name '*.cpp' -print | sort`
REPO_SRCS=`find cores/esp32/ libraries/ -name 'examples' -prune -o -name '*.c' -print -o -name '*.cpp' -print | sort`
# find all source files named in CMakeLists.txt COMPONENT_SRCS