Skip to content

Commit

Permalink
CI: no longer use travis-ci.sh but just install deps with existing op…
Browse files Browse the repository at this point in the history
…am as in #296
  • Loading branch information
vogler committed Jul 28, 2021
1 parent 5f7700e commit 92c3fdc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ jobs:
# Split build and tests into separate jobs and let build job upload the goblint binary as an artifact?
# https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts#passing-data-between-jobs-in-a-workflow

- name: Setup goblint (dependencies, build)
run: bash -x scripts/travis-ci.sh
- name: Install dependencies
run: opam install . --deps-only --locked

- name: Build
run: ./make.sh nat

- name: Run regression tests
run: ./make.sh headers testci
Expand Down

0 comments on commit 92c3fdc

Please sign in to comment.