Working on Github Actions
This commit is contained in:
parent
11abe7ebde
commit
a171b580d4
11
.github/workflows/build-and-test.yml
vendored
11
.github/workflows/build-and-test.yml
vendored
|
@ -158,16 +158,6 @@ jobs:
|
||||||
double_precision: false,
|
double_precision: false,
|
||||||
coverage: false,
|
coverage: false,
|
||||||
}
|
}
|
||||||
- {
|
|
||||||
name: "MacOS / GCC (Debug, Single Precision)",
|
|
||||||
os: macos-latest,
|
|
||||||
build_type: "Debug",
|
|
||||||
cc: "gcc",
|
|
||||||
cxx: "g++",
|
|
||||||
generators: "Ninja",
|
|
||||||
double_precision: false,
|
|
||||||
coverage: false,
|
|
||||||
}
|
|
||||||
- {
|
- {
|
||||||
name: "Code Coverage",
|
name: "Code Coverage",
|
||||||
os: ubuntu-latest,
|
os: ubuntu-latest,
|
||||||
|
@ -209,7 +199,6 @@ jobs:
|
||||||
if: startsWith(matrix.config.os, 'macos')
|
if: startsWith(matrix.config.os, 'macos')
|
||||||
run: |
|
run: |
|
||||||
brew install cmake ninja
|
brew install cmake ninja
|
||||||
brew reinstall gcc
|
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user