1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00

Add build.yml

This commit is contained in:
Luke Ceddia 2020-01-03 22:44:16 +11:00
parent 23b1f74b19
commit 67301e2e99

15
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,15 @@
on:
push:
branches:
- githubactions
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: sudo apt update && sudo apt install libglu1-mesa-dev
- name: bootstrap
run: .ci/bootstrap.sh