-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce8b83f
commit c625ea3
Showing
1 changed file
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
name: Build | ||
name: Build on macOS | ||
on: push | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
workflow_dispatch: | ||
# Run locally with | ||
# brew install act | ||
# act -P macos-latest=-self-hosted | ||
|
||
jobs: | ||
build: | ||
# runs-on: macos-latest | ||
runs-on: dockurr/macos | ||
env: | ||
VERSION: "ventura" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Run install script | ||
run: yes | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/IOES-Lab/ROS2_Jazzy_MacOS_Native_AppleSilicon/main/install.sh)" | ||
build: | ||
runs-on: macos-latest | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
- name: Install GitHub CLI | ||
run: | | ||
brew update | ||
brew install gh curl | ||
- name: Run install script | ||
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/IOES-Lab/ROS2_Jazzy_MacOS_Native_AppleSilicon/main/install.sh)" -- -a |