forked from christopherpow/nesicide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
44 lines (38 loc) · 914 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
version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2017
platform: x64
environment:
QTDIR: C:\Qt\5.11\mingw53_32
skip_tags: true
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
on:
branch: master