mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2026-05-26 22:05:37 +00:00
Add self hosted macOS runner to CI workflow
This commit is contained in:
committed by
Alexey Rybalchenko
parent
2cb61c8809
commit
ddd614d355
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@@ -83,3 +83,25 @@ jobs:
|
||||
run: |
|
||||
cd build
|
||||
ctest -V --output-on-failure
|
||||
|
||||
build-macos-self-hosted:
|
||||
runs-on: macOS_15.7
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
cmake -B build -G Ninja \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DDISABLE_COLOR=ON \
|
||||
-DUSE_EXTERNAL_FMT=ON \
|
||||
-DUSE_BOOST_PRETTY_FUNCTION=ON
|
||||
|
||||
- name: Build
|
||||
run: cmake --build build
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
cd build
|
||||
ctest -V --output-on-failure
|
||||
|
||||
Reference in New Issue
Block a user