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, 0 insertions, 17 deletions
diff --git a/.github/ci_test.yml b/.github/ci_test.yml
deleted file mode 100644
index 8df340c..0000000
--- a/.github/ci_test.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-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