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 233d871 commit b55e372Copy full SHA for b55e372
.github/workflows/CI.yml
@@ -3,7 +3,6 @@ name: CI
3
on: [push, pull_request]
4
5
env:
6
- CI: "ON" # We can detect this in the build system and other vendors implement it
7
CMAKE_BUILD_PARALLEL_LEVEL: "2" # 2 cores on each GHA VM, enable parallel builds
8
CTEST_OUTPUT_ON_FAILURE: "ON" # This way we don't need a flag to ctest
9
CTEST_PARALLEL_LEVEL: "2"
.github/workflows/ci_windows.yml
@@ -3,7 +3,6 @@ name: CI_windows
- CI: "ON"
CTEST_TIME_TIMEOUT: "5" # some failures hang forever
jobs:
0 commit comments