Skip to content

Commit e7ff15a

Browse files
committed
ci: ctest_site distinct names so they all show in CDash despite same build name
1 parent b2c50bb commit e7ff15a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: ci
2-
env:
3-
CTEST_SITE: GitHubActions
42

53
on:
64
push:
@@ -17,6 +15,9 @@ jobs:
1715

1816
linux:
1917
runs-on: ubuntu-20.04
18+
env:
19+
CTEST_SITE: GitHub_Ubuntu
20+
2021
steps:
2122
- uses: actions/checkout@v2
2223

@@ -94,6 +95,7 @@ jobs:
9495
HOMEBREW_NO_INSTALL_CLEANUP: 1
9596
CC: gcc-10
9697
FC: gfortran-10
98+
CTEST_SITE: GitHub_MacOS
9799

98100
steps:
99101
- uses: actions/checkout@v2

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ci_windows
22
env:
33
CMAKE_GENERATOR: Ninja
4-
CTEST_SITE: GitHubActions
4+
CTEST_SITE: GitHub_Windows
55

66
on:
77
push:

0 commit comments

Comments
 (0)