mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
.github/workflows/Test.yml: Add CI for macOS
This commit is contained in:
@@ -92,6 +92,29 @@ jobs:
|
||||
tree .
|
||||
|
||||
|
||||
mac-build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
name: '🚧🐧 macOS latest | build'
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
|
||||
- name: '🧰 Checkout'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: '⚙️ Install dependencies'
|
||||
run: |
|
||||
brew update
|
||||
brew install --only-dependencies openFPGALoader
|
||||
|
||||
- name: '🚧 Build tarball'
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build .
|
||||
|
||||
|
||||
lin-test:
|
||||
needs: lin-build
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user