add build test
This commit is contained in:
parent
ec7675e6cf
commit
00061c8be9
16
.github/workflows/build-test.yml
vendored
Normal file
16
.github/workflows/build-test.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: build_test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: make -j$(nproc)
|
Loading…
x
Reference in New Issue
Block a user