build simulator on GH

This commit is contained in:
rusefi 2019-11-20 21:36:14 -05:00
parent 9f231bed94
commit ff31b0d892
1 changed files with 19 additions and 0 deletions

19
.github/workflows/build-simulator.yaml vendored Normal file
View File

@ -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