1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-24 17:05:13 +00:00
QB64-PE/.github/workflows/build.yml

16 lines
310 B
YAML
Raw Normal View History

2020-01-03 11:44:16 +00:00
on:
push:
branches:
- githubactions
jobs:
build:
runs-on: ubuntu-latest
steps:
2020-01-03 11:48:11 +00:00
- uses: actions/checkout@v2
2020-01-03 11:51:50 +00:00
- name: Install dependencies
run: sudo apt update && sudo apt install libglu1-mesa-dev libncurses-dev
- name: Bootstrap compiler
2020-01-03 11:44:16 +00:00
run: .ci/bootstrap.sh