mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 20:20:40 +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:
|
||||
- bash package/linux/travis-setup.sh
|
||||
- perlbrew switch slic3r-perl
|
||||
- perl ./Build.PL
|
||||
- cmake src/
|
||||
- make -j4
|
||||
after_success:
|
||||
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
||||
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
|
||||
@ -37,6 +38,10 @@ addons:
|
||||
- libgtk2.0-0
|
||||
- libgtk2.0-dev
|
||||
- freeglut3
|
||||
- cmake
|
||||
- wx3.0-headers
|
||||
- libwxgtk3.0-dev
|
||||
- wx-common
|
||||
ssh_known_hosts: dl.slic3r.org
|
||||
notifications:
|
||||
irc:
|
||||
|
Loading…
x
Reference in New Issue
Block a user