1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-23 15:25:13 +00:00
QB64-PE/.github/workflows/run.yml

16 lines
249 B
YAML
Raw Normal View History

2020-01-03 11:44:16 +00:00
on:
push:
branches:
2020-01-06 07:36:05 +00:00
- githubactions
2020-01-03 11:44:16 +00:00
jobs:
2020-01-06 07:36:05 +00:00
macos-build:
runs-on: macos-latest
2020-01-03 11:44:16 +00:00
steps:
2020-01-03 11:48:11 +00:00
- uses: actions/checkout@v2
2020-01-03 11:51:50 +00:00
- name: Bootstrap compiler
2020-01-06 07:36:05 +00:00
run: .ci/bootstrap.sh osx
2020-01-03 12:29:13 +00:00
- name: Compile
run: .ci/compile.sh