aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml38
1 files changed, 19 insertions, 19 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 46bd4367a7..809b6f87a9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -90,27 +90,27 @@ 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
displayName: 'Install Coq'
-# - script: |
-# set -e
-# eval $(opam env)
-# export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
-# ./dev/build/osx/make-macos-dmg.sh
-# mv _build/*.dmg "$(Build.ArtifactStagingDirectory)/"
-# displayName: 'Create the dmg bundle'
-# env:
-# OUTDIR: '$(Build.BinariesDirectory)'
-
-# - task: PublishBuildArtifacts@1
-# inputs:
-# pathtoPublish: '$(Build.ArtifactStagingDirectory)'
-# artifactName: coq-macOS-installer
+ - script: |
+ set -e
+ eval $(opam env)
+ export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
+ ./dev/build/osx/make-macos-dmg.sh
+ mv _build/*.dmg "$(Build.ArtifactStagingDirectory)/"
+ displayName: 'Create the dmg bundle'
+ env:
+ OUTDIR: '$(Build.BinariesDirectory)'
+
+ - task: PublishBuildArtifacts@1
+ inputs:
+ pathtoPublish: '$(Build.ArtifactStagingDirectory)'
+ artifactName: coq-macOS-installer