1
0

Now dump tinygltf into irrlicht source

This commit is contained in:
jordan4ibanez
2023-11-29 05:51:51 -05:00
parent 7c010f8ca0
commit d9082b47f1
37 changed files with 323 additions and 17636 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [[ "$TRAVIS_OS_NAME" == "osx" ]]
then
brew upgrade
curl -o premake5.tar.gz https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-macosx.tar.gz
else
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-linux.tar.gz -O premake5.tar.gz
fi
tar xzf premake5.tar.gz