mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 13:30:43 +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:
|
||||
- linux
|
||||
- osx
|
||||
language: c++
|
||||
before_install:
|
||||
- sh package/linux/travis-decrypt-key
|
||||
install:
|
||||
@ -10,7 +10,7 @@ install:
|
||||
script:
|
||||
- bash package/linux/travis-setup.sh
|
||||
- cmake -DBOOST_ROOT=$BOOST_DIR -DwxWidgets_ROOT_DIR=$WXDIR src/
|
||||
- make
|
||||
- make VERBOSE=1
|
||||
after_success:
|
||||
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
|
||||
- package/linux/appimage.sh x86_64
|
||||
|
Loading…
x
Reference in New Issue
Block a user