diff options
author | Pjotr Prins | 2021-08-26 09:30:59 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-26 09:30:59 +0200 |
commit | 84118ae4c824a7c27f1e26343dc43d4236c8a89f (patch) | |
tree | 15631d0baf853009072d057b49c7538abc54acb4 /.github/ci_test.yml | |
parent | 28edac287362cfa2d7c1864fb3f6f861560fd1ef (diff) | |
download | pangemma-84118ae4c824a7c27f1e26343dc43d4236c8a89f.tar.gz |
github-ci: adapt workflow
Diffstat (limited to '.github/ci_test.yml')
-rw-r--r-- | .github/ci_test.yml | 17 |
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 |