-
Notifications
You must be signed in to change notification settings - Fork 38
/
.appveyor.yml
43 lines (38 loc) · 911 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
image: Visual Studio 2017
platform: x64
branches:
only:
- master
skip_tags: true
environment:
QTDIR: C:\Qt\5.11\mingw53_32
hosts:
phrenetic: 162.243.126.83
install:
- set PATH=%PATH%;%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin
- set CC=C:\Qt\Tools\mingw530_32\bin\gcc.exe
- set CXX=C:\Qt\Tools\mingw530_32\bin\g++.exe
- cmd: >-
bash ./build/windows-appveyor-setup.sh before_install
bash ./build/windows-appveyor-setup.sh install
build_script:
- cmd: >-
bash ./build/windows-build.sh
bash ./build/windows-deploy.sh local
test: off
artifacts:
- path: nesicide-win-x86-*.tar.bz2
name: nesicide
deploy:
- provider: BinTray
username: christopherpow
api_key:
secure: /fEZkCdGFMVIrc9weubw2n9CqZmSW6Ezt44sTtadO4yf+pyCOV2tHR1Fk4FZled3
subject: christopherpow
repo: nesicide
package: nesicide
artifact: nesicide
publish: true
override: true
on:
branch: master