build: add CI (using Docker) #2
@ -6,7 +6,8 @@ if [[ -z "$OAT_VERSION" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Make sure we have cURL and file
|
||||
# Make sure we have cURL (and file for debugging)
|
||||
dpkg --add-architecture i386
|
||||
apt-get update
|
||||
apt-get install -y curl file
|
||||
|
||||
@ -36,8 +37,4 @@ rm -rf "$TEMP_DIR"
|
||||
|
||||
echo "OpenAssetTools version $OAT_VERSION has been installed."
|
||||
|
||||
cd /usr/local/bin
|
||||
file Linker
|
||||
file Unlinker
|
||||
|
||||
./Linker --help
|
||||
Linker --help
|
||||
|
Loading…
x
Reference in New Issue
Block a user