mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 04:49:00 +08:00
build perl half with 4.9
This commit is contained in:
parent
cc60395bf8
commit
fb0fbad68e
24
.travis.yml
24
.travis.yml
@ -43,13 +43,13 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- BUILD_PL=true
|
- BUILD_PL=true
|
||||||
- SLIC3R_STATIC=1
|
- SLIC3R_STATIC=1
|
||||||
- CC=gcc-7
|
- CC=gcc-4.9
|
||||||
- CXX=g++-7
|
- CXX=g++-4.9
|
||||||
install:
|
install:
|
||||||
- export BOOST_DIR=$HOME/boost_1_63_0
|
- export BOOST_DIR=$HOME/boost_1_63_0
|
||||||
- export SLIC3R_STATIC=1
|
- export SLIC3R_STATIC=1
|
||||||
- export CXX=g++-7
|
- export CXX=g++-4.9
|
||||||
- export CC=g++-7
|
- export CC=g++-4.9
|
||||||
- source $HOME/perl5/perlbrew/etc/bashrc
|
- source $HOME/perl5/perlbrew/etc/bashrc
|
||||||
after_success:
|
after_success:
|
||||||
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
||||||
@ -58,8 +58,18 @@ matrix:
|
|||||||
- package/deploy/sftp.sh linux ~/slic3r-upload.rsa *.bz2 Slic3r*.AppImage
|
- package/deploy/sftp.sh linux ~/slic3r-upload.rsa *.bz2 Slic3r*.AppImage
|
||||||
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa AppImage Slic3r*.AppImage
|
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa AppImage Slic3r*.AppImage
|
||||||
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa tar.bz2 *.bz2
|
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa tar.bz2 *.bz2
|
||||||
- os: linux
|
addons:
|
||||||
env:
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-4.9
|
||||||
|
- gcc-4.9
|
||||||
|
- libgtk2.0-0
|
||||||
|
- libgtk2.0-dev
|
||||||
|
- freeglut3
|
||||||
|
- os: linux
|
||||||
|
env:
|
||||||
- WXVERSION=pkg
|
- WXVERSION=pkg
|
||||||
- CC=gcc-7
|
- CC=gcc-7
|
||||||
- CXX=g++-7
|
- CXX=g++-7
|
||||||
@ -68,7 +78,7 @@ matrix:
|
|||||||
cache:
|
cache:
|
||||||
apt: true
|
apt: true
|
||||||
directories:
|
directories:
|
||||||
- "$HOME/cache"
|
- "$HOME/cache"
|
||||||
after_success:
|
after_success:
|
||||||
- cp slic3r ../
|
- cp slic3r ../
|
||||||
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
|
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user