nuttx-build-farm/run.sh

16 lines
323 B
Bash
Raw Normal View History

2024-11-09 10:12:46 +08:00
#!/usr/bin/env bash
# Run NuttX Build Farm for macOS
2024-11-09 10:24:07 +08:00
## Set the GitHub Token
## export GITHUB_TOKEN=...
. $HOME/github-token-macos.sh
2024-11-09 11:55:09 +08:00
set -e # Exit when any command fails
set -x # Echo commands
2024-11-09 10:12:46 +08:00
## Run All NuttX CI Jobs on macOS
# ./run-ci-macos.sh
2024-11-09 15:23:17 +08:00
## Run One Single NuttX CI Job on macOS
./run-job-macos.sh arm-01