Skip to content

Commit

Permalink
bump target version number
Browse files Browse the repository at this point in the history
  • Loading branch information
railwaycat committed Nov 17, 2021
1 parent b814054 commit fd9696b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ strategy:
imageName: 'macOS-10.14'
macos10.15:
imageName: 'macOS-10.15'
macos11:
imageName: 'macOS-11'

pool:
vmImage: $(imageName)
Expand All @@ -17,10 +19,10 @@ steps:
displayName: prepare
- script: |
pushd build-scripts
./fetch-emacs-mac-port.sh "27.2-mac-8.2"
./fetch-emacs-mac-port.sh "27.2-mac-8.3"
./build-emacs.sh emacs-source "27.2"
pushd emacs-source; ../copylib.rb; popd
./make-zipball.sh emacs-source/tmproot "27.2-mac-8.2"
./make-zipball.sh emacs-source/tmproot "27.2-mac-8.3"
ls -d $PWD/emacs-source/tmproot/*.zip
mv $PWD/emacs-source/tmproot/*.zip $(Build.ArtifactStagingDirectory)
popd
Expand Down

0 comments on commit fd9696b

Please sign in to comment.