diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-06 18:25:41 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-06 18:25:41 +0100 |
| commit | 668158a83bc9e5af7bf65fe88d22d1958e33443f (patch) | |
| tree | 245e0649ae3b420a8ad013d2ae6824852e58cbdc /Jenkinsfile | |
| parent | 19d1dd34fbc87b6637147785332f180e36acdfef (diff) | |
New syntaxdevelop
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3e04aeb..d198a69 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,11 +32,11 @@ pipeline { echo 'Cleaning workspace ...' sh 'git clean -d -x -f' echo 'Building (gcc) ...' - sh 'CXXFLAGS="-Werror -Wno-maybe-uninitialized" CXX=g++ ./bootstrap.sh' + sh 'CXXFLAGS="-Werror" CXX=g++ ./bootstrap.sh' echo 'Testing (gcc) ...' sh './ctor check' echo 'Testing suite (gcc) ...' - sh '(cd test/suite; g++ -std=c++20 test.cc -o test && CTORDIR=../../build CXXFLAGS="-Werror -Wno-maybe-uninitialized" CXX=g++ ./test)' + sh '(cd test/suite; g++ -std=c++20 test.cc -o test && CTORDIR=../../build CXXFLAGS="-Werror" CXX=g++ ./test)' } post { always { |
