mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 03:28:11 +08:00
Try to get travis to build cppgui instead.
This commit is contained in:
parent
1f9cef4345
commit
2144c51def
@ -10,7 +10,8 @@ install:
|
|||||||
script:
|
script:
|
||||||
- bash package/linux/travis-setup.sh
|
- bash package/linux/travis-setup.sh
|
||||||
- perlbrew switch slic3r-perl
|
- perlbrew switch slic3r-perl
|
||||||
- perl ./Build.PL
|
- cmake src/
|
||||||
|
- make -j4
|
||||||
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
|
||||||
@ -37,6 +38,10 @@ addons:
|
|||||||
- libgtk2.0-0
|
- libgtk2.0-0
|
||||||
- libgtk2.0-dev
|
- libgtk2.0-dev
|
||||||
- freeglut3
|
- freeglut3
|
||||||
|
- cmake
|
||||||
|
- wx3.0-headers
|
||||||
|
- libwxgtk3.0-dev
|
||||||
|
- wx-common
|
||||||
ssh_known_hosts: dl.slic3r.org
|
ssh_known_hosts: dl.slic3r.org
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user