mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 06:10:40 +08:00
...
This commit is contained in:
parent
99dd8d0dd9
commit
51bb96eb21
@ -5,8 +5,6 @@ env:
|
|||||||
- BOOST_DIR=$HOME/boost_1_63_0
|
- BOOST_DIR=$HOME/boost_1_63_0
|
||||||
- SLIC3R_STATIC=1
|
- SLIC3R_STATIC=1
|
||||||
script:
|
script:
|
||||||
- if [ -z ${CXX7+x} ]; then export CXX=$CXX7; fi
|
|
||||||
- if [ -z ${CC7+x} ]; then export CC=$CC7; fi
|
|
||||||
- bash package/linux/travis-setup.sh
|
- bash package/linux/travis-setup.sh
|
||||||
- cmake -DBOOST_ROOT=$BOOST_DIR src/
|
- cmake -DBOOST_ROOT=$BOOST_DIR src/
|
||||||
- make
|
- make
|
||||||
@ -52,9 +50,9 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
env:
|
env:
|
||||||
- export WXVERSION=pkg
|
- WXVERSION=pkg
|
||||||
- export CC=gcc-7
|
- CC=gcc-7
|
||||||
- export CXX=g++-7
|
- CXX=g++-7
|
||||||
- os: osx
|
- os: osx
|
||||||
env:
|
env:
|
||||||
- WXVERSION=pkg
|
- WXVERSION=pkg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user