mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
Add docker based gitlab ci config
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Go to repository root
|
||||
cd "$(dirname "$0")" || exit 2
|
||||
|
||||
git submodule update --init --recursive
|
||||
tools/premake5 gmake2
|
Reference in New Issue
Block a user