mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Create continuous.yml
This commit is contained in:
parent
b8da96b361
commit
a52f9bd255
1 changed files with 19 additions and 0 deletions
19
.github/workflows/continuous.yml
vendored
Normal file
19
.github/workflows/continuous.yml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue