Skip to content

Commit 58cbc45

Browse files
Dmnk FreemountainerDmnk Freemountainer
Dmnk Freemountainer
authored and
Dmnk Freemountainer
committed
trigger ci
1 parent d0feff1 commit 58cbc45

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dist: trusty
33
language: generic
44
os:
55
- osx
6+
- linux
67

78
script:
89
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install qt5 p7zip; fi

appveyor.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ install:
66
build_script:
77
- dir
88
- 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
1022
on_finish:
1123
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)