forked from parrot/parrot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
49 lines (45 loc) · 999 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
45
46
47
48
49
version: 5.22.2.{build}
skip_tags: true
#os: MinGW
#os: Visual Studio 2015
#os: Default Azure
#build:
# verbosity: minimal
platform:
- x64
- x86
environment:
matrix:
- MSVC_VERSION: 10
- MSVC_VERSION: 12
clone_depth: 1
branches:
only:
- master
- /smoke/
init:
- git config --global core.autocrlf input
# from https://github.com/apache/lucy-clownfish/blob/master/appveyor.yml
build: off
test_script:
- 'tools\dev\appveyor-smoke.bat'
# nope: https://ci.appveyor.com/project/rurban/cperl/build/job/ui7b0dk0gprw1eo2
# - cinst ruby.devkit
# - cinst make
#install:
# - cinst mingw
# - SET PATH=%PATH%;C:\tools\mingw64\bin;C:\tools\mingw64\opt\bin
# - mingw-get install mingw-developer-toolkit
#build_script:
# - cd win32
# - mingw32-make
#test_script:
# - mingw32-make test
notifications:
- provider: Email
to:
subject: '[parrot appveyor]'
on_build_success: true
on_build_failure: true
on_build_status_changed: false