Skip to content

Commit

Permalink
Merge PR coq#19375: Minor CI cleanup / fixes around elpi
Browse files Browse the repository at this point in the history
Reviewed-by: gares
Reviewed-by: proux01
Co-authored-by: proux01 <[email protected]>
  • Loading branch information
coqbot-app[bot] and proux01 authored Jul 17, 2024
2 parents c0f406b + 8e89d79 commit bbfc24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ ci-analysis: ci-elpi_hb ci-finmap ci-bigenough

ci-hb: ci-elpi

ci-elpi_test: ci-elpi_hb
ci-hb_test: ci-elpi_hb
ci-elpi_test: ci-elpi
ci-hb_test: ci-hb

ci-trakt: ci-elpi

Expand Down
2 changes: 1 addition & 1 deletion dev/ci/ci-elpi_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci_dir="$(dirname "$0")"
if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi

( cd "${CI_BUILD_DIR}/elpi"
export DUNE_build_FLAGS="--root ."
export DUNE_build_FLAGS="--release"
make test-core
make examples
make test-apps
Expand Down

0 comments on commit bbfc24d

Please sign in to comment.