mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 04:25:54 +08:00
Ensure switched to perlbrew
This commit is contained in:
parent
b3a848ed00
commit
427a53c6a7
@ -53,8 +53,6 @@ matrix:
|
||||
env:
|
||||
- TARGET=main
|
||||
- WXDIR=$HOME/wx302
|
||||
- PERL_BIN=$HOME/perl5/perlbrew/perls/slic3r-perl/bin/perl
|
||||
- PP_BIN=$HOME/perl5/perlbrew/perls/slic3r-perl/bin/pp
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/boost_1_63_0
|
||||
@ -62,7 +60,7 @@ matrix:
|
||||
- $HOME/wx302
|
||||
- local-lib
|
||||
after_success:
|
||||
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/linux/travis-deploy-main.sh || travis_terminate 1; fi
|
||||
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then source ${HOME}/perl5/perlbrew/etc/bashrc; perlbrew switch slic3r-perl; ./package/linux/travis-deploy-main.sh || travis_terminate 1; fi
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user