-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathappveyor.yml
41 lines (33 loc) · 842 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
environment:
PYTHON: "C:/Python36"
matrix:
# NOTE: we may want to revert this back if needed
# - COMPILER: gcc
# ARCH: "i686"
#
# - COMPILER: gcc
# ARCH: "x86_64"
- COMPILER: msvc
ARCH: "i686"
- COMPILER: msvc
ARCH: "x86_64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
cache:
- mingw-w32-bin-i686-20200211.7z
- mingw-w64-bin-x86_64-20200211.7z
skip_commits:
# Add [av skip] to commit messages for docfixes, etc to reduce load on queue
message: /\[av skip\]/
notifications:
- provider: Email
on_build_success: false
on_build_failure: false
on_build_status_changed: false
build_script:
- C:\MinGW\msys\1.0\bin\sh --login /c/projects/hts-engine-api/msys_build.sh
artifacts:
- path: '**\*.dll'
name: hts_engine_API