build: more docker tests
Some checks failed
link / Link assets on Linux (push) Failing after 24s

This commit is contained in:
6arelyFuture 2024-03-26 18:19:00 +01:00
parent b226aaa33f
commit c1f3defed9

View File

@ -29,12 +29,14 @@ curl -L -o "${TEMP_DIR}/oat-linux.tar.gz" "$DOWNLOAD_URL"
tar -xzf "${TEMP_DIR}/oat-linux.tar.gz" -C "${TEMP_DIR}" tar -xzf "${TEMP_DIR}/oat-linux.tar.gz" -C "${TEMP_DIR}"
# Copy the executables to /usr/local/bin and make them executable # Copy the executables to /usr/local/bin and make them executable
cp "${TEMP_DIR}/Linker" "${TEMP_DIR}/Unlinker" /usr/local/bin/ cp "${TEMP_DIR}/Linker" "${TEMP_DIR}/Unlinker" .
chmod +x /usr/local/bin/Linker /usr/local/bin/Unlinker chmod +x Linker Unlinker
# Clean up temporary directory # Clean up temporary directory
rm -rf "$TEMP_DIR" rm -rf "$TEMP_DIR"
echo "OpenAssetTools version $OAT_VERSION has been installed." echo "OpenAssetTools version $OAT_VERSION has been installed."
Linker --help file Linker
file Unlinker
./Linker --help