1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-13 10:33:51 +00:00
qb64/.github/workflows/push.yml

18 lines
201 B
YAML
Raw Normal View History

name: Makefile CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure