Added logic to Mac OS pipeline to save generated DMG package as an artifact.

This commit is contained in:
Matthew Budd 2020-07-12 16:11:23 -04:00
parent f8558a9636
commit 7df1fdd25f
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ make -j $NPROC || exit 1
sudo make install || exit 1 sudo make install || exit 1
sudo cpack -G DragNDrop || exit 1 sudo cpack -G DragNDrop || exit 1
echo 'Pushing DMG Package to Build Artifacts'
appveyor PushArtifact fceux-*.dmg
# Debug via ssh if necessary # Debug via ssh if necessary
if [ ! -z $APPVEYOR_SSH_BLOCK ]; then if [ ! -z $APPVEYOR_SSH_BLOCK ]; then
curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e - curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -