1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-07 01:20:17 +00:00
QB64-PE/.github/workflows/build.yml
2020-01-03 22:51:50 +11:00

15 lines
310 B
YAML

on:
push:
branches:
- githubactions
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install libglu1-mesa-dev libncurses-dev
- name: Bootstrap compiler
run: .ci/bootstrap.sh