1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-18 17:40:48 +02:00
vcmi/CI/android/before_install.sh

9 lines
225 B
Bash
Raw Normal View History

2023-02-26 14:53:51 +02:00
#!/usr/bin/env bash
sudo apt-get update
sudo apt-get install ninja-build
mkdir ~/.conan ; cd ~/.conan
curl -L "https://github.com/vcmi/vcmi-dependencies/releases/download/android-1.0/$DEPS_FILENAME.txz" \
| tar -xf - --xz