Made cibuild use the master Makefile
This commit is contained in:
+3
-9
@@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
OS=$(uname | tr [:upper:] [:lower:])
|
make -j release
|
||||||
TARGET=$OS-$(uname -m)
|
make -j debug
|
||||||
|
make -j
|
||||||
./scripts/setup_build $TARGET
|
|
||||||
./scripts/setup_build $TARGET debug
|
|
||||||
make -j -C build/${TARGET}-release all
|
|
||||||
make -j -C build/${TARGET}-release test
|
|
||||||
make -j -C build/${TARGET}-debug all
|
|
||||||
make -j -C build/${TARGET}-debug test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user