Actions will now fail if a executable isn't produced

master
Dan Bryant 2019-11-25 09:00:29 +00:00
parent 400742ee4d
commit f13544d34d
3 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,4 @@ make
cp tsMuxer/tsmuxer ../bin/tsMuxeR
cd ..
rm -rf build
ls ../bin/tsMuxeR

View File

@ -9,3 +9,4 @@ make
cp tsMuxer/tsmuxer.exe ../bin/tsMuxeR.exe
cd ..
rm -rf build
ls ../bin/tsMuxeR.exe

View File

@ -10,3 +10,4 @@ make
cp tsMuxer/tsmuxer ../bin/tsMuxeR
cd ..
rm -rf build
ls ../bin/tsMuxeR