mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
Update appveyor.yml
This commit is contained in:
parent
20714800ef
commit
29eb4c6b13
1 changed files with 6 additions and 6 deletions
12
appveyor.yml
12
appveyor.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue