build: add CI (using Docker) #2

Merged
Future merged 57 commits from build/ci-docker into main 2024-03-26 18:18:35 +00:00
Showing only changes of commit 75eaa11be0 - Show all commits

View File

@ -6,6 +6,10 @@ if [[ -z "$OAT_VERSION" ]]; then
exit 1
fi
# Make sure we have Curl
apt-get update
apt-get install -y curl
# Construct the download URL
DOWNLOAD_URL="https://github.com/Laupetin/OpenAssetTools/releases/download/v${OAT_VERSION}/oat-linux.tar.gz"