]> granicus.if.org Git - fortune-mod/blob - .appveyor.yml
e4326cb7b3f6f5fda6cc5cc798db164306ac0654
[fortune-mod] / .appveyor.yml
1 ---
2 # Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
3 # Thanks!
4 install:
5     - choco install strawberryperl
6     - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
7     - perl -v
8     - if not exist C:\Perl5 mkdir C:\Perl5
9     - SET PATH=C:\msys64\bin;C:\Perl5\bin;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
10     - SET PERL5LIB=C:/Perl5/lib/perl5
11     - SET PERL_LOCAL_LIB_ROOT=C:/Perl5
12     - SET PERL_MB_OPT=--install_base C:/Perl5
13     - SET PERL_MM_OPT=INSTALL_BASE=C:/Perl5
14     - cpanm --notest Dir::Manifest Dist::Zilla Env::Path Games::Solitaire::Verify::Solution IO::All Inline Inline::C Perl::Tidy Pod::Coverage::TrustPod Pod::Weaver::Section::Support String::ShellQuote Test::Code::TidyAll Test::CPAN::Changes Test::Differences Test::EOL Test::Kwalitee Test::NoTabs Test::Pod Test::Pod::Coverage Test::RunValgrind Test::TrailingSpace Test::Trap
15 build: off
16 test_script:
17     - set CMAKE_MAKE_PROGRAM=C:\strawberry\c\bin\gmake.exe
18     - cd ..\..
19     # Removing for now because it is too much trouble on windows.
20     # - set FCS_TEST_BUILD=1
21     - perl CI-testing/continuous-integration-testing.pl --gen="MSYS Makefiles"
22 # cache:
23 #   - C:\Perl5
24 shallow_clone: true