|
|
@@ -10,20 +10,20 @@ jobs:
|
|
|
fail-fast: false
|
|
|
matrix:
|
|
|
name:
|
|
|
- - Fedora 33 GCC
|
|
|
- - Fedora 33 GCC Strict
|
|
|
- - Fedora 33 GCC Static Analyzer
|
|
|
- - Fedora 33 Clang
|
|
|
- - Fedora 33 Clang -Weverything
|
|
|
+ - GCC
|
|
|
+ - GCC Strict
|
|
|
+ - GCC Static Analyzer
|
|
|
+ - Clang
|
|
|
+ - Clang -Weverything
|
|
|
|
|
|
include:
|
|
|
- - name: Fedora 33 GCC
|
|
|
+ - name: GCC
|
|
|
image: quay.io/389ds/ci-images:fedora
|
|
|
compiler: gcc
|
|
|
cpp-compiler: g++
|
|
|
cflags: "-O2 -g"
|
|
|
|
|
|
- - name: Fedora 33 GCC strict
|
|
|
+ - name: GCC strict
|
|
|
image: quay.io/389ds/ci-images:fedora
|
|
|
compiler: gcc
|
|
|
cpp-compiler: g++
|
|
|
@@ -31,19 +31,19 @@ jobs:
|
|
|
-Wstrict-prototypes -Wstrict-overflow=5 -Wwrite-strings -Winit-self \
|
|
|
-Wuninitialized -Wno-sign-compare -Wshadow -Wformat-security"
|
|
|
|
|
|
- - name: Fedora 33 GCC Static Analyzer
|
|
|
+ - name: GCC Static Analyzer
|
|
|
image: quay.io/389ds/ci-images:fedora
|
|
|
compiler: gcc
|
|
|
cpp-compiler: g++
|
|
|
cflags: "-O2 -g -fanalyzer"
|
|
|
|
|
|
- - name: Fedora 33 Clang
|
|
|
+ - name: Clang
|
|
|
image: quay.io/389ds/ci-images:fedora
|
|
|
compiler: clang
|
|
|
cpp-compiler: clang++
|
|
|
cflags: "-O2 -g -Qunused-arguments"
|
|
|
|
|
|
- - name: Fedora 33 Clang -Weverything
|
|
|
+ - name: Clang -Weverything
|
|
|
image: quay.io/389ds/ci-images:fedora
|
|
|
compiler: clang
|
|
|
cpp-compiler: clang++
|