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 9454276 commit eee11a2Copy full SHA for eee11a2
.github/workflows/cmake.yml
@@ -6,10 +6,6 @@ env:
6
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
7
BUILD_TYPE: Release
8
9
-strategy:
10
- matrix:
11
- compiler: [g++-10, clang]
12
-
13
jobs:
14
build:
15
# The CMake configure and build commands are platform agnostic and should work equally
@@ -18,6 +14,10 @@ jobs:
18
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
19
runs-on: ubuntu-latest
20
16
17
+ strategy:
+ matrix:
+ compiler: [g++-10, clang]
+
21
steps:
22
- uses: actions/checkout@v2
23
0 commit comments