1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-15 13:33:36 +02:00

Use new dependencies packages

This commit is contained in:
Ivan Savenko 2024-08-20 16:13:28 +00:00
parent 373f8526f2
commit 720d6076a0
9 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
DEPS_FILENAME=armeabi-v7a
DEPS_FILENAME=dependencies-android-32
. CI/android/before_install.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
DEPS_FILENAME=aarch64-v8a
DEPS_FILENAME=dependencies-android-64
. CI/android/before_install.sh

View File

@ -5,5 +5,5 @@ echo "ANDROID_NDK_ROOT=$ANDROID_HOME/ndk/25.2.9519653" >> $GITHUB_ENV
brew install ninja
mkdir ~/.conan ; cd ~/.conan
curl -L "https://github.com/vcmi/vcmi-dependencies/releases/download/android-1.1/$DEPS_FILENAME.txz" \
| tar -xf - --xz
curl -L "https://github.com/vcmi/vcmi-dependencies/releases/download/1.2/$DEPS_FILENAME.tgz" \
| tar -xzf -

View File

@ -3,5 +3,5 @@
echo DEVELOPER_DIR=/Applications/Xcode_14.2.app >> $GITHUB_ENV
mkdir ~/.conan ; cd ~/.conan
curl -L 'https://github.com/vcmi/vcmi-ios-deps/releases/download/1.2.1/ios-arm64.txz' \
| tar -xf -
curl -L 'https://github.com/vcmi/vcmi-dependencies/releases/download/1.2/dependencies-ios.tgz' \
| tar -xzf -

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
DEPS_FILENAME=intel-cross-arm
DEPS_FILENAME=dependencies-mac-arm
. CI/mac/before_install.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
DEPS_FILENAME=intel
DEPS_FILENAME=dependencies-mac-intel
. CI/mac/before_install.sh

View File

@ -5,5 +5,5 @@ echo DEVELOPER_DIR=/Applications/Xcode_14.2.app >> $GITHUB_ENV
brew install ninja
mkdir ~/.conan ; cd ~/.conan
curl -L "https://github.com/vcmi/vcmi-deps-macos/releases/download/1.2.1/$DEPS_FILENAME.txz" \
| tar -xf -
curl -L "https://github.com/vcmi/vcmi-dependencies/releases/download/1.2/$DEPS_FILENAME.tgz" \
| tar -xzf -

View File

@ -12,5 +12,5 @@ curl -O -L http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-
&& sudo dpkg -i mingw-w64-i686-dev_10.0.0-3_all.deb;
mkdir ~/.conan ; cd ~/.conan
curl -L "https://github.com/vcmi/vcmi-deps-windows-conan/releases/download/1.2/vcmi-deps-windows-conan-w32.tgz" \
curl -L "https://github.com/vcmi/vcmi-dependencies/releases/download/1.2/dependencies-mingw-32.tgz" \
| tar -xzf -

View File

@ -12,5 +12,5 @@ curl -O -L http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-
&& sudo dpkg -i mingw-w64-x86-64-dev_10.0.0-3_all.deb;
mkdir ~/.conan ; cd ~/.conan
curl -L "https://github.com/vcmi/vcmi-deps-windows-conan/releases/download/1.2/vcmi-deps-windows-conan-w64.tgz" \
curl -L "https://github.com/vcmi/vcmi-dependencies/releases/download/1.2/dependencies-mingw.tgz" \
| tar -xzf -