C.I. SIMD works fine locally but not on Travis..
This commit is contained in:
parent
ef1a60e1d7
commit
eb0dafd972
15
.travis.yml
15
.travis.yml
@ -280,21 +280,6 @@ jobs:
|
|||||||
- CTEST_ENV="--parallel 4 --output-on-failure"
|
- CTEST_ENV="--parallel 4 --output-on-failure"
|
||||||
- CMAKE_ENV="--parallel"
|
- CMAKE_ENV="--parallel"
|
||||||
|
|
||||||
- name: "GCC 10 C++17 sse3 debug"
|
|
||||||
os: linux
|
|
||||||
dist: bionic
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- g++-10
|
|
||||||
env:
|
|
||||||
- MATRIX_EVAL="CC=gcc-10 && CXX=g++-10"
|
|
||||||
- CMAKE_BUILD_ENV="-DCMAKE_BUILD_TYPE=Debug -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_17=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -DGLM_TEST_ENABLE_SIMD_SSE3=ON"
|
|
||||||
- CTEST_ENV="--parallel 4 --output-on-failure"
|
|
||||||
- CMAKE_ENV="--parallel"
|
|
||||||
|
|
||||||
- name: "GCC 10 C++17 pure release"
|
- name: "GCC 10 C++17 pure release"
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
Loading…
Reference in New Issue
Block a user