about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/ci_test.yml17
-rw-r--r--.github/workflows/c-cpp.yml2
2 files changed, 2 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
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 54f3549..2682e3f 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -13,6 +13,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
+    - name: install dependencies
+      run: sudo apt-get install gfortran libopenblas-dev libgsl-dev zlib1g-dev catch ruby python
     - name: make
       run: make debug
     - name: make check