We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88b329 commit 366ff2aCopy full SHA for 366ff2a
.github/workflows/rxcpp-ci.yml
@@ -16,6 +16,20 @@ jobs:
16
fail-fast: false
17
matrix:
18
config:
19
+ - {
20
+ name: "Linux GCC 9 Debug (C++11)", artifact: "Linux.tar.xz",
21
+ os: ubuntu-latest,
22
+ build_type: Debug,
23
+ cc: "gcc-9", cxx: "g++-9",
24
+ cmake_args: "-D CMAKE_CXX_STANDARD:STRING=11"
25
+ }
26
27
+ name: "Linux GCC 9 Optimised (C++11)", artifact: "Linux.tar.xz",
28
29
+ build_type: RelWithDebInfo,
30
31
32
33
- {
34
name: "Linux GCC 9 Debug (C++14)", artifact: "Linux.tar.xz",
35
os: ubuntu-latest,
0 commit comments