mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 01:10:40 +08:00
make verbose to see output and move the language specifier a little further down
This commit is contained in:
parent
520b2551a1
commit
6635deeb03
@ -1,7 +1,7 @@
|
|||||||
language: c++
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
language: c++
|
||||||
before_install:
|
before_install:
|
||||||
- sh package/linux/travis-decrypt-key
|
- sh package/linux/travis-decrypt-key
|
||||||
install:
|
install:
|
||||||
@ -10,7 +10,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- bash package/linux/travis-setup.sh
|
- bash package/linux/travis-setup.sh
|
||||||
- cmake -DBOOST_ROOT=$BOOST_DIR -DwxWidgets_ROOT_DIR=$WXDIR src/
|
- cmake -DBOOST_ROOT=$BOOST_DIR -DwxWidgets_ROOT_DIR=$WXDIR src/
|
||||||
- make
|
- make VERBOSE=1
|
||||||
after_success:
|
after_success:
|
||||||
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
|
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
|
||||||
- package/linux/appimage.sh x86_64
|
- package/linux/appimage.sh x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user