aboutsummaryrefslogtreecommitdiff
path: root/.github/ci_test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ci_test.yml')
-rw-r--r--.github/ci_test.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/ci_test.yml b/.github/ci_test.yml
new file mode 100644
index 0000000..8df340c
--- /dev/null
+++ b/.github/ci_test.yml
@@ -0,0 +1,17 @@
+name: CI
+on: [push, pull_request]
+jobs:
+ arch:
+ name: gemma
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ os: [ubuntu-latest]
+ steps:
+ - name: Install dependencies
+ run: sudo apt-get install gfortran libopenblas-dev libgsl-dev zlib1g-dev catch ruby python
+ - uses: actions/checkout@v2
+ - name: Build
+ run: make debug
+ - name: Run tests
+ run: make check