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:
C. Antonio Sanchez
2025-02-16 22:13:29 -08:00
parent ab92609cad
commit 57c8d7c93f
7 changed files with 26 additions and 8 deletions

View File

@@ -46,6 +46,10 @@ test:linux:x86-64:gcc-6:default:unsupported:
variables:
EIGEN_CI_INSTALL: g++-10
test:linux:x86-64:gcc-10:cxx03:
extends: .test:linux:x86-64:gcc-10:default
needs: [ build:linux:cross:x86-64:gcc-10:cxx03 ]
test:linux:x86-64:gcc-10:default:official:
extends: .test:linux:x86-64:gcc-10:default
variables: