mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-16 13:32:12 +00:00
Add docker based gitlab ci config
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Go to repository root
|
||||
cd "$(dirname "$0")/../.." || exit 2
|
||||
|
||||
docker run --rm -v "$(pwd):/mnt/oat" oat /bin/bash -c "/mnt/oat/generate.sh && /mnt/oat/build-linux.sh"
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Go to repository root
|
||||
cd "$(dirname "$0")/../../build/lib" || exit 2
|
||||
|
||||
./Release_x86/tests/ObjCommonTests
|
||||
./Release_x86/tests/ZoneCodeGeneratorLibTests
|
||||
./Release_x86/tests/ZoneCommonTests
|
||||
Reference in New Issue
Block a user