Update appveyor.yml

This commit is contained in:
Leonardo Zide 2020-09-13 12:51:02 -07:00
parent 20714800ef
commit 29eb4c6b13

View file

@ -34,8 +34,8 @@ for:
- windeployqt appdir\\leocad.exe
- copy tools\\setup\\leocad.nsi .
- copy tools\\setup\\setup.ico .
- copy \"%VCToolsRedistDir%\\vcredist_x64.exe\" appdir
- \"C:\\Program Files (x86)\\NSIS\\makensis.exe\" /V4 /DX64 \"/XOutFile LeoCAD-Windows-%VERSION%.exe\" leocad.nsi"
- copy %VCToolsRedistDir%\\vcredist_x64.exe appdir
- C\:\\Program Files (x86)\\NSIS\\makensis.exe /V4 /DX64 /XOutFile LeoCAD-Windows-%VERSION%.exe leocad.nsi
artifacts:
- path: symbols.zip
name: symbols
@ -71,10 +71,10 @@ for:
only:
- image: macos
install:
- brew install qt5 grep;
- brew link --force qt5;
- curl -o library.zip https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip;
- unzip library.zip;
- brew install qt5 grep
- brew link --force qt5
- curl -o library.zip https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip
- unzip library.zip
before_build:
- qmake -v
build: off