Skip to content

Commit

Permalink
ci: ctest_site distinct names so they all show in CDash despite same …
Browse files Browse the repository at this point in the history
…build name
  • Loading branch information
scivision committed Mar 12, 2021
1 parent b2c50bb commit e7ff15a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: ci
env:
CTEST_SITE: GitHubActions

on:
push:
Expand All @@ -17,6 +15,9 @@ jobs:

linux:
runs-on: ubuntu-20.04
env:
CTEST_SITE: GitHub_Ubuntu

steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
HOMEBREW_NO_INSTALL_CLEANUP: 1
CC: gcc-10
FC: gfortran-10
CTEST_SITE: GitHub_MacOS

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci_windows
env:
CMAKE_GENERATOR: Ninja
CTEST_SITE: GitHubActions
CTEST_SITE: GitHub_Windows

on:
push:
Expand Down

0 comments on commit e7ff15a

Please sign in to comment.