mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Compare commits
5 Commits
85c4a4ae69
...
b10dfd0a40
Author | SHA1 | Date | |
---|---|---|---|
|
b10dfd0a40 | ||
|
d322d97d4a | ||
|
4176376b21 | ||
|
75b1208af0 | ||
|
e18140e110 |
15
.github/workflows/test-macos-runner.yml
vendored
15
.github/workflows/test-macos-runner.yml
vendored
|
@ -4,13 +4,22 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ dev, master ]
|
||||
pull_request:
|
||||
branches: [ dev, master ]
|
||||
|
||||
|
||||
jobs:
|
||||
test-runner:
|
||||
runs-on: [self-hosted, macos15-vm]
|
||||
runs-on: [self-hosted, macOS-15]
|
||||
timeout-minutes: 120
|
||||
|
||||
steps:
|
||||
- name: Setup environment
|
||||
run: |
|
||||
echo "Setting up PATH for Homebrew..."
|
||||
export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH"
|
||||
echo "PATH=$PATH" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
@ -48,8 +57,8 @@ jobs:
|
|||
return 0;
|
||||
}
|
||||
EOF
|
||||
clang++ -o test test.cpp
|
||||
./test
|
||||
clang++ -o test_cpp test.cpp
|
||||
./test_cpp
|
||||
|
||||
- name: Check FairMQ dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user