waforth/.github/workflows/build-standalone.yml

18 lines
354 B
YAML
Raw Normal View History

2022-05-26 09:26:34 +02:00
name: Build Standalone
2022-05-24 07:41:33 +02:00
on:
2022-05-26 09:26:34 +02:00
push:
pull_request:
2022-05-24 07:41:33 +02:00
workflow_dispatch:
2022-05-26 09:26:34 +02:00
workflow_call:
2022-05-24 07:41:33 +02:00
jobs:
publish-standalone:
2022-05-26 09:26:34 +02:00
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
2022-05-24 07:41:33 +02:00
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- run: make -C src/standalone install-deps all