Skip to content

Commit

Permalink
Merge PR #13491: Reactivate test-suite on MacOS X, accidently merged in
Browse files Browse the repository at this point in the history
#13476

Reviewed-by: gares
  • Loading branch information
coqbot-app[bot] committed Nov 27, 2020
2 parents 7f3c46a + 405e63c commit c294664
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Expand Up @@ -90,11 +90,11 @@ jobs:
make -j "$NJOBS"
displayName: 'Build Coq'
# - script: |
# eval $(opam env)
# export OCAMLPATH=$(pwd):"$OCAMLPATH"
# make -j "$NJOBS" test-suite PRINT_LOGS=1
# displayName: 'Run Coq Test Suite'
- script: |
eval $(opam env)
export OCAMLPATH=$(pwd):"$OCAMLPATH"
make -j "$NJOBS" test-suite PRINT_LOGS=1
displayName: 'Run Coq Test Suite'
- script: |
make install
Expand Down

0 comments on commit c294664

Please sign in to comment.