From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
|
version: 1.0. { build }
skip_tags: true
clone_depth: 1
init:
- git config --global core.autocrlf input
build_script:
- set PATH=C : \windows\system32;C : \Perl\site\bin;C : \Perl\bin;C : \windows;C : \MinGW\bin
- ppm install dmake
- perl Makefile.PL MAKE=dmake
- dmake
test_script:
- dmake test
notifications:
- provider : Email
to:
- rurban@cpan.org
subject: B-C windows build
on_build_success: true
on_build_failure: true
on_build_status_changed: false
|