Alien-premake5
view release on metacpan or search on metacpan
.travis.yml view on Meta::CPAN
---
sudo: false
language: perl
perl:
- blead
- '5.26'
- '5.24'
- '5.22'
- '5.20'
- '5.18'
- '5.16'
- '5.14'
matrix:
allow_failures:
- perl: blead
env:
matrix:
- ALIEN_INSTALL_TYPE=system
- ALIEN_INSTALL_TYPE=share
global:
- RELEASE_TESTING=1
- AUTHOR_TESTING=1
before_script:
- export PATH="$HOME/.local/bin:$PATH"
before_install:
- if [ "$ALIEN_INSTALL_TYPE" == "system" ]; then echo "Manually installing a system premake5 for testing"; mkdir -p $HOME/.local/bin; wget --quiet -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-l...
- eval $(curl https://travis-perl.github.io/init) --auto
- cpanm -nq App::af
- af missing | cpanm -nq
( run in 0.419 second using v1.01-cache-2.11-cpan-e1769b4cff6 )