mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Update appveyor.yml
This commit is contained in:
parent
bc26ca8a66
commit
bb291cac1e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '{branch}.{build}'
|
||||
skip_tags: true
|
||||
image:
|
||||
- Ubuntu
|
||||
- Ubuntu1604
|
||||
- macos
|
||||
- Visual Studio 2019
|
||||
configuration: Release
|
||||
|
@ -43,7 +43,7 @@ for:
|
|||
|
||||
- matrix:
|
||||
only:
|
||||
- image: Ubuntu
|
||||
- image: Ubuntu1604
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install libgl-dev
|
||||
|
@ -79,7 +79,7 @@ for:
|
|||
- brew link --force qt5
|
||||
- curl -L -o library.zip https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip
|
||||
- unzip library.zip
|
||||
- curl -L https://github.com/leozide/povray/releases/download/continuous/povray
|
||||
- curl -L -o povray https://github.com/leozide/povray/releases/download/continuous/povray
|
||||
- mv povray
|
||||
before_build:
|
||||
- qmake -v
|
||||
|
|
Loading…
Reference in a new issue