Added install commands in pipeline script

This commit is contained in:
Matthew Budd 2020-07-01 20:33:32 -04:00
parent 4a52e9d374
commit e79650845f
1 changed files with 11 additions and 1 deletions

View File

@ -99,7 +99,17 @@ qmake PREFIX=$INSTALL_PREFIX/usr ..
# -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
# ..
make -j `nproc`
make install
#make install
# Install Files
cd .. # cd out of build
cp -f ./build/fceux $INSTALL_PREFIX/usr/bin/.
cp -a ./output/* $INSTALL_PREFIX/usr/share/fceux/.
cp -a ./fceux.png $INSTALL_PREFIX/usr/share/pixmaps/.
cp -a ./fceux.desktop $INSTALL_PREFIX/usr/share/applications/.
cp -a ./documentation/fceux.6 $INSTALL_PREFIX/usr/man/man6/.
cp -a ./documentation/fceux-net-server.6 $INSTALL_PREFIX/usr/man/man6/.
# Debug via ssh if necessary
if [ ! -z $APPVEYOR_SSH_BLOCK ]; then