Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to GitHub Actions #19

Merged
merged 12 commits into from
May 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/ci.yml
Co-authored-by: Kate <kit.ty.kate@disroot.org>
mseri and kit-ty-kate authored May 12, 2021
commit bce2b15a221b3033a479ad86c76044988a5b6ea2
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,13 @@ jobs:
opam pin add owl-ode.dev . --no-action
opam pin add owl-ode-odepack.dev . --no-action

- run: opam depext --yes --with-test owl-ode-base owl-ode owl-ode-odepack
- run: |
brew list
opam depext --yes --with-test owl-ode-base owl-ode owl-ode-odepack
brew list
ls /usr/local/bin
gfortran --version
which gfortran

- run: |
opam install owl-ode-base --deps-only --with-test
@@ -52,4 +58,4 @@ jobs:
# there seems to be sandboxing issues with conf-gfortran
opam install owl-ode odepack
opam exec -- dune build -p owl-ode-odepack
opam exec -- dune runtest -p owl-ode-odepack
opam exec -- dune runtest -p owl-ode-odepack