1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Added docker to run tests on various mono versions

This commit is contained in:
Taloth Saldono
2019-09-13 11:40:39 +02:00
parent 3ac3dd3ca5
commit 687a45c564
4 changed files with 173 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
echo "Preparing Test..."
mkdir -p /data/test
cp -r /data/_tests_linux/* /data/test/
cp -r /data/_output_linux /data/test/bin
cd /data/test
runTest()
{
bash test.sh Linux $1
cp TestResult.xml /data/_tests_results/TestResult_$1.xml
}
runTest Integration
runTest Unit