File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,29 +127,15 @@ jobs:
127127 # /usr/lib/ccache/bin - Alpine Linux
128128
129129 - name : Build cppcheck
130- if : " !contains(matrix.image, 'oraclelinux')"
131130 run : |
132131 export PATH="/usr/lib/ccache/bin:/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
133132 make -j$(nproc) HAVE_RULES=yes CXXOPTS="-Werror"
134133
135- - name : Build cppcheck (Oracle Linux)
136- if : contains(matrix.image, 'oraclelinux')
137- run : |
138- export PATH="/usr/lib/ccache/bin:/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
139- make -j$(nproc) HAVE_RULES=yes CXXOPTS="-Werror" CPPFLAGS="-DGCC_BUG_HACK_NOEXCEPT"
140-
141134 - name : Build test
142- if : " !contains(matrix.image, 'oraclelinux')"
143135 run : |
144136 export PATH="/usr/lib/ccache/bin:/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
145137 make -j$(nproc) HAVE_RULES=yes CXXOPTS="-Werror" testrunner
146138
147- - name : Build test (Oracle Linux)
148- if : contains(matrix.image, 'oraclelinux')
149- run : |
150- export PATH="/usr/lib/ccache/bin:/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
151- make -j$(nproc) HAVE_RULES=yes CXXOPTS="-Werror" CPPFLAGS="-DGCC_BUG_HACK_NOEXCEPT" testrunner
152-
153139 - name : Run test
154140 run : |
155141 make -j$(nproc) HAVE_RULES=yes test
You can’t perform that action at this time.
0 commit comments