mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Update appveyor.yml
This commit is contained in:
parent
7026f48d3c
commit
66651bbc93
1 changed files with 8 additions and 7 deletions
15
appveyor.yml
15
appveyor.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue