Build on commit
Added a github actions Make on commit to this repository
Cette révision appartient à :
Parent
f643d39168
révision
bab4c30b2b
1 fichiers modifiés avec 17 ajouts et 0 suppressions
17
.github/workflows/c-cpp.yml
externe
Fichier normal
17
.github/workflows/c-cpp.yml
externe
Fichier normal
|
|
@ -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
|
||||||
Chargement…
Référencer dans un nouveau ticket