1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 22:50:23 +00:00
QB64-PE/.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