Create continuous.yml

This commit is contained in:
Leonardo Zide 2022-09-25 18:16:10 -07:00 committed by GitHub
parent b8da96b361
commit a52f9bd255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/continuous.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: init
run: qmake PREFIX=/usr
- name: make
run: qmake PREFIX=/usr