update CI scripts

This commit is contained in:
BlackMATov
2020-02-06 17:24:11 +07:00
parent 30674e7740
commit f933d7b4f3
15 changed files with 230 additions and 59 deletions

View File

@@ -2,6 +2,7 @@
set -e
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
mkdir -p $BUILD_DIR/xcode
cd $BUILD_DIR/xcode
pushd $BUILD_DIR/xcode
cmake -G Xcode ../..
open enduro2d-bootstrap.xcodeproj
popd