vcmi: fix path

This commit is contained in:
linsui 2023-12-26 07:24:23 +00:00
parent 43d4ea3aa2
commit 7fd739ff06

View file

@ -710,16 +710,17 @@ Builds:
- make
- popd
- pip install $$conan$$
- cd ../..
- export CONAN_USER_HOME="$(pwd)"
- export CONAN_USER_HOME_SHORT="$(pwd)"
- export PATH="${HOME}/.local/bin:$$CMake$$/build/bin:$PATH"
- mkdir .conan
- cd .conan
- pushd .conan
- curl -Lo armeabi-v7a.txz https://github.com/vcmi/vcmi-dependencies/releases/download/android-1.0/armeabi-v7a.txz
- sha256sum -c <<< 'e5a7df93703930d4e8783b8228cfdb28d73c3811d79522df8083231fea2ad00e armeabi-v7a.txz'
- tar -xf armeabi-v7a.txz
- rm armeabi-v7a.txz
- cd ..
- popd
- printf "[tool_requires]\nandroid-ndk/r25c" >> CI/conan/base/android
- conan profile new default --detect
- conan info . --profile:build=default --profile:host=CI/conan/android-32
@ -771,16 +772,17 @@ Builds:
- make
- popd
- pip install $$conan$$
- cd ../..
- export CONAN_USER_HOME="$(pwd)"
- export CONAN_USER_HOME_SHORT="$(pwd)"
- export PATH="${HOME}/.local/bin:$$CMake$$/build/bin:$PATH"
- mkdir .conan
- cd .conan
- pushd .conan
- curl -Lo aarch64-v8a.txz https://github.com/vcmi/vcmi-dependencies/releases/download/android-1.0/aarch64-v8a.txz
- sha256sum -c <<< 'b41033513458e4658a628b35065c31144a50453a45e621ae4014fc8994d6e6c9 aarch64-v8a.txz'
- tar -xf aarch64-v8a.txz
- rm aarch64-v8a.txz
- cd ..
- popd
- printf "[tool_requires]\nandroid-ndk/r25c" >> CI/conan/base/android
- conan profile new default --detect
- conan info . --profile:build=default --profile:host=CI/conan/android-64