mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-04 09:36:35 +08:00

(It looks like codecov.io doesn't work with our mixed Perl/C++ environment) This reverts commit b540f9788bae77498577914acb2e10f519ff52c4. Conflicts: .travis.yml
24 lines
366 B
YAML
24 lines
366 B
YAML
language: perl
|
|
install: export LDLOADLIBS=-lstdc++
|
|
script: perl ./Build.PL
|
|
perl:
|
|
- "5.14"
|
|
- "5.18"
|
|
- "5.20"
|
|
branches:
|
|
only:
|
|
- master
|
|
- stable
|
|
sudo: false
|
|
cache:
|
|
- apt
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- boost-latest
|
|
packages:
|
|
- libboost-thread1.55-dev
|
|
- libboost-system1.55-dev
|
|
- libboost-filesystem1.55-dev
|
|
- liblocal-lib-perl
|