mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-29 00:52:03 +08:00
install local::lib in slic3r-perl
This commit is contained in:
parent
9eeca454e1
commit
c9adeac3d0
@ -2,6 +2,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
perlbrew switch slic3r-perl
|
perlbrew switch slic3r-perl
|
||||||
|
cpan local::lib
|
||||||
eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
||||||
cd package/linux && make -f build_shell.mk && mv Slic3r* $TRAVIS_BUILD_DIR && cd $TRAVIS_BUILD_DIR
|
cd package/linux && make -f build_shell.mk && mv Slic3r* $TRAVIS_BUILD_DIR && cd $TRAVIS_BUILD_DIR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user