before_install.sh 225 B

12345678
  1. #!/usr/bin/env bash
  2. sudo apt-get update
  3. sudo apt-get install ninja-build
  4. mkdir ~/.conan ; cd ~/.conan
  5. curl -L "https://github.com/vcmi/vcmi-dependencies/releases/download/android-1.0/$DEPS_FILENAME.txz" \
  6. | tar -xf - --xz