mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix failing builds and update CI on push.
Specifically: - Fixed ctz on 32-bit arm (where `uint64_t` is `unsigned long long`) - Fixed build of random_cpp11 snippet when C++11 is disabled - Updated CI scripts to run windows on push, and added a no-c++11 test
This commit is contained in:
@@ -48,6 +48,11 @@ build:linux:cross:x86-64:gcc-10:default:
|
||||
EIGEN_CI_CROSS_C_COMPILER: x86_64-linux-gnu-gcc-10
|
||||
EIGEN_CI_CROSS_CXX_COMPILER: x86_64-linux-gnu-g++-10
|
||||
|
||||
build:linux:cross:x86-64:gcc-10:cxx03:
|
||||
extends: build:linux:cross:x86-64:gcc-10:default
|
||||
variables:
|
||||
EIGEN_CI_ADDITIONAL_ARGS: "-DEIGEN_TEST_CXX11=off"
|
||||
|
||||
build:linux:cross:x86-64:gcc-10:avx:
|
||||
extends: build:linux:cross:x86-64:gcc-10:default
|
||||
variables:
|
||||
|
||||
Reference in New Issue
Block a user