Skip to content

Commit

Permalink
Use github actions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed Aug 14, 2024
1 parent 3ec78ba commit 13c72ce
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/run_test_suite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CVMix CI
on: [push, pull_request]
jobs:
CVMix-Testing:
runs-on: ubuntu-latest

strategy:
matrix:
python-version:
- 3.9

steps:
- uses: actions/checkout@v3

- name: Load Environment
run: |
sudo apt-get update
sudo apt install make gfortran netcdf-bin libnetcdf-dev libnetcdff-dev openmpi-bin libopenmpi-dev
- name: Run Test Suite
run: |
cd bld
./cvmix_setup gfortran $(dirname $(dirname $(which nc-config)))
cd ../CVMix_tools
./run_test_suite.sh --already-ran-setup
cd ../reg_tests/Bryan-Lewis/
./Bryan-Lewis-test.sh --cmake
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

0 comments on commit 13c72ce

Please sign in to comment.