You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cmake.yml
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,7 @@ on:
18
18
19
19
jobs:
20
20
cmake_build:
21
-
runs-on: ubuntu-latest
22
-
23
-
container:
24
-
image: centos:8
25
-
options: --privileged
21
+
runs-on: ubuntu-18.04
26
22
27
23
strategy:
28
24
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
@@ -35,22 +31,15 @@ jobs:
35
31
#
36
32
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
82
+
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
0 commit comments