mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 15:10:42 +08:00
Less magic
This commit is contained in:
parent
26268c03e2
commit
d6ca7ee434
@ -11,9 +11,7 @@ script:
|
|||||||
- bash package/linux/travis-setup.sh
|
- bash package/linux/travis-setup.sh
|
||||||
- perlbrew switch slic3r-perl
|
- perlbrew switch slic3r-perl
|
||||||
- cmake -DBOOST_ROOT=$BOOST_DIR src/
|
- cmake -DBOOST_ROOT=$BOOST_DIR src/
|
||||||
- cd src
|
|
||||||
- make -j4
|
- make -j4
|
||||||
- cd ..
|
|
||||||
after_success:
|
after_success:
|
||||||
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
||||||
- 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