1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 19:20:25 +00:00
qb64/.github/workflows/build.yml
2020-01-03 22:44:16 +11:00

16 lines
286 B
YAML

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