mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Compare commits
1 Commits
b10dfd0a40
...
85c4a4ae69
Author | SHA1 | Date | |
---|---|---|---|
|
85c4a4ae69 |
15
.github/workflows/test-macos-runner.yml
vendored
15
.github/workflows/test-macos-runner.yml
vendored
|
@ -4,22 +4,13 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ dev, master ]
|
branches: [ dev, master ]
|
||||||
pull_request:
|
|
||||||
branches: [ dev, master ]
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-runner:
|
test-runner:
|
||||||
runs-on: [self-hosted, macOS-15]
|
runs-on: [self-hosted, macos15-vm]
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
|
|
||||||
steps:
|
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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -57,8 +48,8 @@ jobs:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
clang++ -o test_cpp test.cpp
|
clang++ -o test test.cpp
|
||||||
./test_cpp
|
./test
|
||||||
|
|
||||||
- name: Check FairMQ dependencies
|
- name: Check FairMQ dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user