forked from fusioninventory/fusioninventory-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
46 lines (39 loc) · 1.13 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
34
35
36
37
38
39
40
41
42
43
44
45
46
branches:
only:
- develop
notifications:
- provider: Email
to:
on_build_success: false
on_build_failure: true
on_build_status_changed: true
- provider: Webhook
url: https://hooks.aethonan.pro/appveyor/-1001137546384/
skip_tags: true
shallow_clone: true
platform:
- x86
- x64
skip_commits:
files:
- '**/*.md'
- 'contrib/*/*'
# As of 2017/11, lastest strawberryperl based on perl 5.26 is failing on Win32::Daemon
install:
- cinst strawberryperl --version 5.24.4.1
- set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- cd C:\projects\%APPVEYOR_PROJECT_NAME%
- echo %cd%
- cpan -T Module::Install
- cpanm --notest --installdeps .
- cpanm --notest Compress::Zlib IO::Socket::SSL LWP::Protocol::https
- cpanm --notest Win32::Daemon Win32::Unicode::File
- cpanm --notest Parse::EDID DateTime
- cpanm --notest Archive::Extract Digest::SHA File::Copy::Recursive
- cpanm --notest JSON::PP URI::Escape Net::Ping Parallel::ForkManager
build_script:
- perl Makefile.PL
- dmake
test_script:
- dmake test