diff options
| author | Vincent Laporte | 2019-04-03 12:07:10 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-04-16 09:13:45 +0000 |
| commit | d960ff1028cf19f497871d7f0c5f0ae2143a73b3 (patch) | |
| tree | 91467223940f375015ba95e2dd3ccc5d1f7097e0 /dev | |
| parent | 4c94ab5c4ba29334fa0d7586e68d1074c0c7a487 (diff) | |
[CI/Azure/macOS] Install Coq into an artifact
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/build/osx/make-macos-dmg.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/build/osx/make-macos-dmg.sh b/dev/build/osx/make-macos-dmg.sh index c450e8157a..3a096fec06 100755 --- a/dev/build/osx/make-macos-dmg.sh +++ b/dev/build/osx/make-macos-dmg.sh @@ -4,7 +4,6 @@ set -e # Configuration setup -OUTDIR=$PWD/_install DMGDIR=$PWD/_dmg VERSION=$(sed -n -e '/^let coq_version/ s/^[^"]*"\([^"]*\)"$/\1/p' configure.ml) APP=bin/CoqIDE_${VERSION}.app @@ -13,7 +12,7 @@ APP=bin/CoqIDE_${VERSION}.app make PRIVATEBINARIES="$APP" -j "$NJOBS" -l2 "$APP" # Add Coq to the .app file -make OLDROOT="$OUTDIR" COQINSTALLPREFIX="$APP/Contents/Resources/" install-coq install-ide-toploop +make OLDROOT="$OUTDIR" COQINSTALLPREFIX="$APP/Contents/Resources" install-coq install-ide-toploop # Create the dmg bundle mkdir -p "$DMGDIR" |
