forked from maxmind/libmaxminddb
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
33 lines (33 loc) · 1.19 KB
/
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
---
install:
- git submodule update --init --recursive
test_script:
- .\projects\VS12\Debug\test_bad_pointers.exe
- .\projects\VS12\Debug\test_basic_lookup.exe
- .\projects\VS12\Debug\test_data_entry_list.exe
- .\projects\VS12\Debug\test_data_types.exe
- .\projects\VS12\Debug\test_dump.exe
- .\projects\VS12\Debug\test_get_value_pointer_bug.exe
- .\projects\VS12\Debug\test_get_value.exe
- .\projects\VS12\Debug\test_ipv4_start_cache.exe
- .\projects\VS12\Debug\test_ipv6_lookup_in_ipv4.exe
- .\projects\VS12\Debug\test_metadata_pointers.exe
- .\projects\VS12\Debug\test_metadata.exe
- .\projects\VS12\Debug\test_no_map_get_value.exe
- .\projects\VS12\Debug\test_read_node.exe
- .\projects\VS12\Debug\test_version.exe
notifications:
- incoming_webhook:
secure: 8FZP/RE3nS77Yi5UWOB/DQKCRSJxh/BYrLjVPEAkBG6mRojCz3r2mnla4O/5GwzDr7V6XCpxCP0xo1buCcZRIzRN0ZUWJ5hzEQqW5u7R+vM=
channel: ci
on_build_failure: true
on_build_status_changed: true
on_build_success: true
provider: Slack
- on_build_failure: true
on_build_status_changed: true
on_build_success: false
provider: Email
subject: 'AppVeyor build {{status}}'
to: