forked from UltraStar-Deluxe/UltraStar-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
34 lines (30 loc) · 847 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
environment:
QTDIR: C:\Qt\5.10.1\mingw53_32
install:
- set PATH=%QTDIR%\bin;%QTDIR%\..\..\Tools\mingw530_32\bin;C:\Program Files (x86)\NSIS\;%PATH%
build_script:
- cd src/plugins/audiotag/
- qmake audiotag.pro -spec win32-g++
- mingw32-make -j4
- cd ../cleanup/
- qmake cleanup.pro -spec win32-g++
- mingw32-make -j4
- cd ../lyric/
- qmake lyric.pro -spec win32-g++
- mingw32-make -j4
- cd ../preparatory/
- qmake preparatory.pro -spec win32-g++
- mingw32-make -j4
- cd ../rename/
- qmake rename.pro -spec win32-g++
- mingw32-make -j4
- cd ../../
- qmake UltraStar-Manager.pro -spec win32-g++
- mingw32-make -j4
after_build:
- makensis ../setup/win32/UltraStar-Manager.nsi
artifacts:
- path: bin/release
name: UltraStar-Manager-portable
type: zip
- path: bin/UltraStar-Manager*-setup.exe