This commit is contained in:
Érico Rolim 2020-11-04 02:12:23 -03:00
parent cb41214e59
commit 31187c7af7
2 changed files with 12 additions and 0 deletions

10
.github/workflows/ci.yaml vendored Normal file
View File

@ -0,0 +1,10 @@
name: Tests
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build cbc-file
uses: ericonr/voidlinux-crypto-gh-action@master

2
ci/run.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh -x
make all