Skip to content

Commit 5c3c0b7

Browse files
committed
enable all compile_test stages
1 parent 9ddf4b7 commit 5c3c0b7

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.github/workflows/ci.yml

+29-29
Original file line numberDiff line numberDiff line change
@@ -74,39 +74,39 @@ jobs:
7474
strategy:
7575
matrix:
7676
include:
77-
# - os: ubuntu-20.04
78-
# container: craffael/feen-ci:clang17
79-
# compiler: 'clang++-17'
80-
# packages: ''
81-
# build_type: 'Debug'
82-
# cxx_flags: '-g0 -Werror=#warnings'
83-
# - os: ubuntu-20.04
84-
# container: craffael/feen-ci:clang17
85-
# compiler: 'clang++-17'
86-
# packages: ''
87-
# build_type: 'Release'
88-
# cxx_flags: '-g0 -Werror=#warnings'
77+
- os: ubuntu-20.04
78+
container: craffael/feen-ci:clang17
79+
compiler: 'clang++-17'
80+
packages: ''
81+
build_type: 'Debug'
82+
cxx_flags: '-g0 -Werror=#warnings'
83+
- os: ubuntu-20.04
84+
container: craffael/feen-ci:clang17
85+
compiler: 'clang++-17'
86+
packages: ''
87+
build_type: 'Release'
88+
cxx_flags: '-g0 -Werror=#warnings'
8989

90-
# - os: ubuntu-20.04
91-
# container: craffael/feen-ci:gcc13
92-
# compiler: 'g++-13'
93-
# packages: ''
94-
# build_type: 'Debug'
95-
# cxx_flags: '-g0 -Werror=cpp'
96-
# - os: ubuntu-20.04
97-
# container: craffael/feen-ci:gcc13
98-
# compiler: 'g++-13'
99-
# packages: ''
100-
# build_type: 'Release'
101-
# cxx_flags: '-g0 -Werror=cpp'
102-
- os: macos-15
90+
- os: ubuntu-20.04
91+
container: craffael/feen-ci:gcc13
92+
compiler: 'g++-13'
93+
packages: ''
94+
build_type: 'Debug'
95+
cxx_flags: '-g0 -Werror=cpp'
96+
- os: ubuntu-20.04
97+
container: craffael/feen-ci:gcc13
98+
compiler: 'g++-13'
99+
packages: ''
100+
build_type: 'Release'
101+
cxx_flags: '-g0 -Werror=cpp'
102+
- os: macos-14
103103
compiler: 'clang++'
104104
build_type: 'Debug'
105105
cxx_flags: '-g0 -Werror=#warnings'
106-
# - os: macos-15
107-
# compiler: 'clang++'
108-
# build_type: 'Release'
109-
# cxx_flags: '-g0 -Werror=#warnings'
106+
- os: macos-15
107+
compiler: 'clang++'
108+
build_type: 'Release'
109+
cxx_flags: '-g0 -Werror=#warnings'
110110
runs-on: ${{ matrix.os }}
111111
container: ${{ matrix.container }}
112112
env:

0 commit comments

Comments
 (0)