build simulator on GH
This commit is contained in:
parent
9f231bed94
commit
ff31b0d892
|
@ -0,0 +1,19 @@
|
|||
name: unit test ci
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
|
||||
- name: Build Simulator
|
||||
working-directory: ./simulator/
|
||||
run: make -j4
|
||||
|
Loading…
Reference in New Issue