mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:02:25 +02:00
Update pr_build.yml
This commit is contained in:
parent
3443a93557
commit
9efa1cdc32
1 changed files with 7 additions and 7 deletions
14
.github/workflows/pr_build.yml
vendored
14
.github/workflows/pr_build.yml
vendored
|
@ -228,16 +228,16 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
echo "-> Check IP"
|
||||
curl https://4.myip.is/
|
||||
curl https://6.myip.is/
|
||||
curl https://4.myip.is/ || true
|
||||
curl https://6.myip.is/ || true
|
||||
echo "-> Curl"
|
||||
curl -v https://center2.conan.io/v1/ping
|
||||
curl -v https://center2.conan.io/v2/conans/artery-font-format/1.0.1/_/_/latest
|
||||
curl -v https://center2.conan.io/v1/ping || true
|
||||
curl -v https://center2.conan.io/v2/conans/artery-font-format/1.0.1/_/_/latest || true
|
||||
echo "-> Conan"
|
||||
conan install . -vvv -s compiler.cppstd=$CONAN_CPPSTD -s build_type=$BUILD_TYPE -o '&:with_qt='${CONAN_QT^} -b missing -pr:b=default -of build
|
||||
conan install . -vvv -s compiler.cppstd=$CONAN_CPPSTD -s build_type=$BUILD_TYPE -o '&:with_qt='${CONAN_QT^} -b missing -pr:b=default -of build || true
|
||||
echo "-> Curl"
|
||||
curl -v https://center2.conan.io/v1/ping
|
||||
curl -v https://center2.conan.io/v2/conans/artery-font-format/1.0.1/_/_/latest
|
||||
curl -v https://center2.conan.io/v1/ping || true
|
||||
curl -v https://center2.conan.io/v2/conans/artery-font-format/1.0.1/_/_/latest || true
|
||||
|
||||
- name: Upload Conan dependencies
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Reference in a new issue