Merge pull request #34 from justdan96/enhancement-docker-build

Actions will now fail if a executable isn't produced
master
Dan 2019-11-25 09:03:16 +00:00 committed by GitHub
commit b75bdbe114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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