-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.appveyor.yml
More file actions
44 lines (34 loc) · 815 Bytes
/
Copy path.appveyor.yml
File metadata and controls
44 lines (34 loc) · 815 Bytes
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: 0.0.{build}-{branch}
os: Visual Studio 2017
environment:
QTDIR: C:\Qt\5.9\msvc2017_64
skip_commits:
files:
- docs/*
- LICENSE.txt
- README.md
- AUTHORS.txt
pull_requests:
do_not_increment_build_number: true
install:
- cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
- cmd: ers.bat setup
configuration:
- Release
before_build:
- cmd: ers.bat lint --all
- set PATH=%PATH%;%QTDIR%
build_script:
- cmd: ers.bat build --config Release
- cmd: python ecu.py pack
artifacts:
- path: build/*.zip
- path: build/*.exe
deploy:
- provider: Environment
name: production
release: ecu-$(appveyor_repo_branch)-$(appveyor_repo_commit)-v$(appveyor_build_version)
artifact: build/*.exe
on:
branch: master
appveyor_repo_tag: true