forked from UltraStar-Deluxe/UltraStar-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
53 lines (32 loc) · 1006 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
environment:
QTDIR: C:\Qt\5.8\mingw53_32
install:
- cmd: set PATH=%QTDIR%\bin;%QTDIR%\..\..\Tools\mingw530_32\bin;C:\Program Files (x86)\NSIS\;%PATH%
build_script:
- cmd: >-
cd src/plugins/audiotag/
qmake audiotag.pro -spec win32-g++
mingw32-make
cd ../cleanup/
qmake cleanup.pro -spec win32-g++
mingw32-make
cd ../lyric/
qmake lyric.pro -spec win32-g++
mingw32-make
cd ../preparatory/
qmake preparatory.pro -spec win32-g++
mingw32-make
cd ../rename/
qmake rename.pro -spec win32-g++
mingw32-make
cd ../../
qmake UltraStar-Manager.pro -spec win32-g++
mingw32-make
after_build:
- cmd: >-
makensis ../setup/win32/UltraStar-Manager.nsi
artifacts:
- path: bin/release
name: UltraStar-Manager-portable
type: zip
- path: bin/UltraStar-Manager*-setup.exe