Commit ac96d6e 1 parent 3c7d8b9 commit ac96d6e Copy full SHA for ac96d6e
File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,17 @@ jobs:
29
29
c_compiler : [gcc, clang, cl]
30
30
toolchain :
31
31
- {compiler: intel-classic, version: '2021.10'}
32
+ generator : [Ninja]
32
33
include :
33
34
- os : windows-latest
34
35
c_compiler : cl
35
36
cpp_compiler : cl
36
- - os : ubuntu-latest
37
- c_compiler : gcc
38
- cpp_compiler : g++
39
- - os : ubuntu-latest
40
- c_compiler : clang
41
- cpp_compiler : clang++
37
+ # - os: ubuntu-latest
38
+ # c_compiler: gcc
39
+ # cpp_compiler: g++
40
+ # - os: ubuntu-latest
41
+ # c_compiler: clang
42
+ # cpp_compiler: clang++
42
43
exclude :
43
44
- os : windows-latest
44
45
c_compiler : gcc
68
69
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
69
70
run : >
70
71
cmake -B ${{ steps.strings.outputs.build-output-dir }}
72
+ -G ${{ matrix.generator }}
71
73
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
72
74
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
73
75
-DCMAKE_Fortran_COMPILER=${{ steps.setup-fortran.outputs.fc }}
You can’t perform that action at this time.
0 commit comments