File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ dist: trusty
3
3
language : generic
4
4
os :
5
5
- osx
6
+ - linux
6
7
7
8
script :
8
9
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install qt5 p7zip; fi
Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ install:
6
6
build_script :
7
7
- dir
8
8
- bash -lc "cd tools && mingw32-make bootstrap && cd .."
9
- - bash -lc "mkdir build && cd build && qmake .. && mingw32-make && dir"
9
+ - bash -lc "mkdir build && cd build && qmake .. && mingw32-make && mingw32-make clear && ../tools/deploy_win.sh release/quark.exe"
10
+ - bash -lc "mv release quark && 7z a quark-windows-x86.zip quark && ls && echo $APPVEYOR_BUILD_FOLDER"
11
+ - dir
12
+ deploy :
13
+ release : untagged-v$(appveyor_repo_commit)
14
+ provider : GitHub
15
+ auth_token :
16
+ secure : u5Kpbjsb3snNA8/9K8ETWWSl8lYVPZTvXX+FlGAKTXFazOqsNAxPgk1pceOyev+S
17
+ artifact : build/release/quark-windows-x86.zip
18
+ draft : false
19
+ prerelease : false
20
+ on :
21
+ branch : master
10
22
on_finish :
11
23
- ps : $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
You can’t perform that action at this time.
0 commit comments