Update appveyor.yml

This commit is contained in:
Leonardo Zide 2022-10-02 14:23:50 -07:00 committed by GitHub
parent 7026f48d3c
commit 66651bbc93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,9 +62,10 @@ for:
before_build:
- source /opt/qt515/bin/qt515-env.sh
- export TRAVIS_TAG=%APPVEYOR_REPO_TAG_NAME%
- export TRAVIS_REPO_SLUG=%APPVEYOR_REPO_NAME%
- export TRAVIS_COMMIT=%APPVEYOR_REPO_COMMIT%
- export PATH=$HOME/Qt/5.15/gcc_64/bin:$PATH
- export TRAVIS_TAG=$APPVEYOR_REPO_TAG_NAME
- export TRAVIS_REPO_SLUG=$APPVEYOR_REPO_NAME
- export TRAVIS_COMMIT=$APPVEYOR_REPO_COMMIT
build_script:
- qmake PREFIX=/usr
@ -87,10 +88,10 @@ for:
- image: macos
before_build:
- export PATH=$PATH:$HOME/Qt/5.15/macos/bin
- export TRAVIS_TAG=%APPVEYOR_REPO_TAG_NAME%
- export TRAVIS_REPO_SLUG=%APPVEYOR_REPO_NAME%
- export TRAVIS_COMMIT=%APPVEYOR_REPO_COMMIT%
- export PATH=$HOME/Qt/5.15/clang_64/bin:$PATH
- export TRAVIS_TAG=$APPVEYOR_REPO_TAG_NAME
- export TRAVIS_REPO_SLUG=$APPVEYOR_REPO_NAME
- export TRAVIS_COMMIT=$APPVEYOR_REPO_COMMIT
build_script:
- qmake PREFIX=/usr