Skip to content

Commit

Permalink
Run dune tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl authored and bgregoir committed May 23, 2023
1 parent 4f8c6e7 commit 8e1a7fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,14 @@ build-from-tarball:
check:
stage: test
variables:
EXTRA_NIX_ARGUMENTS: --arg testDeps true
EXTRA_NIX_ARGUMENTS: --arg testDeps true --arg ocamlDeps true
extends: .common
needs:
- coq-program
- ocaml
script:
- nix-shell --arg inCI true $EXTRA_NIX_ARGUMENTS --run './compiler/jasminc -version'
- nix-shell --arg inCI true $EXTRA_NIX_ARGUMENTS --run 'cd compiler && dune runtest'
- nix-shell --arg inCI true $EXTRA_NIX_ARGUMENTS --run 'make -j$NIX_BUILD_CORES -C compiler check-ci $EXTRA_MAKE_ARGUMENTS'

libjade-compile-to-asm:
Expand Down

0 comments on commit 8e1a7fc

Please sign in to comment.