Skip to content

Commit

Permalink
Add Github Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oseiskar committed Apr 18, 2022
1 parent c878759 commit 62dec40
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build & test
on: push

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cleanup working dir
run: rm -rf target example/target
- name: Build
run: ./build_library_and_example.sh

0 comments on commit 62dec40

Please sign in to comment.