mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 03:20:40 +08:00
36 lines
596 B
YAML
36 lines
596 B
YAML
language: perl
|
|
install: export LDLOADLIBS=-lstdc++
|
|
script: perl ./Build.PL
|
|
perl:
|
|
- "5.14"
|
|
- "5.18"
|
|
- "5.20"
|
|
branches:
|
|
only:
|
|
- master
|
|
- xsgui
|
|
sudo: false
|
|
cache:
|
|
apt: true
|
|
directories:
|
|
- local-lib
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- boost-latest
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- libboost-thread1.55-dev
|
|
- libboost-system1.55-dev
|
|
- libboost-filesystem1.55-dev
|
|
- liblocal-lib-perl
|
|
- g++-4.9
|
|
env: CC=g++-4.9
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#slic3r"
|
|
on_success: change
|
|
on_failure: always
|
|
use_notice: true
|