Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmnk Freemountainer authored and Dmnk Freemountainer committed Nov 24, 2016
1 parent d0feff1 commit 58cbc45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist: trusty
language: generic
os:
- osx
- linux

script:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install qt5 p7zip; fi
Expand Down
14 changes: 13 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ install:
build_script:
- dir
- bash -lc "cd tools && mingw32-make bootstrap && cd .."
- bash -lc "mkdir build && cd build && qmake .. && mingw32-make && dir"
- bash -lc "mkdir build && cd build && qmake .. && mingw32-make && mingw32-make clear && ../tools/deploy_win.sh release/quark.exe"
- bash -lc "mv release quark && 7z a quark-windows-x86.zip quark && ls && echo $APPVEYOR_BUILD_FOLDER"
- dir
deploy:
release: untagged-v$(appveyor_repo_commit)
provider: GitHub
auth_token:
secure: u5Kpbjsb3snNA8/9K8ETWWSl8lYVPZTvXX+FlGAKTXFazOqsNAxPgk1pceOyev+S
artifact: build/release/quark-windows-x86.zip
draft: false
prerelease: false
on:
branch: master
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 58cbc45

Please sign in to comment.