build-test added
This commit is contained in:
parent
cb6cd2c3a7
commit
f77033b9ce
13
.github/workflows/build-test.yml
vendored
Normal file
13
.github/workflows/build-test.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Test is build outputs error
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test_commit:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- run: make
|
||||||
0
.github/workflows/build.yml
vendored
0
.github/workflows/build.yml
vendored
Loading…
x
Reference in New Issue
Block a user