Add clean test and fix paths-ignore in CI

Add clean test and fix paths-ignore in CI

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
pull/118/head
Bensuperpc 4 years ago
parent 24bebbf02b
commit 48a7b018f3

@ -5,7 +5,7 @@ on:
branches:
- '*'
paths-ignore:
- '**/README.md'
- '**.md'
pull_request:
branches:
- '*'
@ -22,6 +22,6 @@ jobs:
submodules: 'recursive'
fetch-depth: 0
- name: "C"
run: make -C c all
run: make -C c all && make -C c clean
- name: "C++"
run: make -C cpp all
run: make -C cpp all && make -C cpp clean

Loading…
Cancel
Save