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
# Cmake build test for multiple platform with cache optimised for better build times.
2
-
name: CMake on multiple platforms
1
+
name: CMake on multiple platforms with Qt and COLMAP
3
2
4
3
on:
5
4
push:
@@ -10,17 +9,8 @@ on:
10
9
jobs:
11
10
build:
12
11
runs-on: ${{ matrix.os }}
13
-
14
12
strategy:
15
-
# 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.
16
13
fail-fast: false
17
-
18
-
# Set up a matrix to run the following 3 configurations:
19
-
# 1. <Windows, Release, latest MSVC compiler toolchain on the default runner image, default generator>
20
-
# 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>
21
-
# 3. <Linux, Release, latest Clang compiler toolchain on the default runner image, default generator>
22
-
#
23
-
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
# # Cmake build test for multiple platform with cache optimised for better build times.
168
+
# name: CMake on multiple platforms
169
+
170
+
# on:
171
+
# push:
172
+
# branches: [ "main" ]
173
+
# pull_request:
174
+
# branches: [ "main" ]
175
+
176
+
# jobs:
177
+
# build:
178
+
# runs-on: ${{ matrix.os }}
179
+
180
+
# strategy:
181
+
# # 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.
182
+
# fail-fast: false
183
+
184
+
# # Set up a matrix to run the following 3 configurations:
185
+
# # 1. <Windows, Release, latest MSVC compiler toolchain on the default runner image, default generator>
186
+
# # 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>
187
+
# # 3. <Linux, Release, latest Clang compiler toolchain on the default runner image, default generator>
188
+
# #
189
+
# # 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).
# # 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).
87
-
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
# # 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).
253
+
# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
0 commit comments