Split out make lines cibuild script
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
#! /usr/bin/env sh
|
||||
./scripts/setup_build
|
||||
./scripts/setup_build_debug
|
||||
make -j -C build/release all test
|
||||
make -j -C build/debug all test
|
||||
make -j -C build/release all
|
||||
make -j -C build/release test
|
||||
make -j -C build/debug all
|
||||
make -j -C build/debug test
|
||||
|
||||
Reference in New Issue
Block a user