Skip to content

Commit 405718d

Browse files
committed
Set up CI with Github actions
1 parent 00f9e66 commit 405718d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v1
11+
with:
12+
submodules: true
13+
- name: Run the tests
14+
run: ./test.sh

0 commit comments

Comments
 (0)