Build on commit
Added a github actions Make on commit to this repository
This commit is contained in:
vanhempi
f643d39168
commit
bab4c30b2b
1 muutettua tiedostoa jossa 17 lisäystä ja 0 poistoa
17
.github/workflows/c-cpp.yml
vendored
Tavallinen tiedosto
17
.github/workflows/c-cpp.yml
vendored
Tavallinen tiedosto
|
|
@ -0,0 +1,17 @@
|
|||
name: C/C++ CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make
|
||||
run: make
|
||||
Ladataan…
Viittaa uudesa ongelmassa