Added logic to Mac OS pipeline to save generated DMG package as an artifact.
This commit is contained in:
parent
f8558a9636
commit
7df1fdd25f
|
@ -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 -
|
||||||
|
|
Loading…
Reference in New Issue