1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-18 05:28:09 +00:00

.github/workflows: Add CI workflow

This should build bddisasm and bdshemu
This commit is contained in:
Anichitei Ionel-Cristinel 2020-07-31 16:50:27 +03:00 committed by GitHub
parent c1e796625a
commit af8a0cc52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/c-cpp.yml vendored Normal file
View File

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