.github/workflows: Add CI workflow

This should build bddisasm and bdshemu
pull/13/head
Anichitei Ionel-Cristinel 4 years ago committed by GitHub
parent c1e796625a
commit af8a0cc52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,17 @@
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build-bddisasm
run: make -j$(nproc)
Loading…
Cancel
Save