Changing CI to have build and testing in separate scripts.
This commit is contained in:
parent
c3152ac888
commit
72a1ba903b
6
jenkins_build.sh
Normal file
6
jenkins_build.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#Create directories if not created.
|
||||||
|
mkdir -p TestFiles/NUnit.Runners
|
||||||
|
nuget install Nunit.Runners -OutputDirectory TestFiles/NUnit.Runners
|
||||||
|
dotnet restore RecrownedGTK.sln
|
||||||
|
msbuild RecrownedGTK.sln
|
@ -1,9 +1,3 @@
|
|||||||
#!/bin/sh
|
|
||||||
#Create directories if not created.
|
|
||||||
mkdir -p TestFiles/NUnit.Runners
|
|
||||||
nuget install Nunit.Runners -OutputDirectory TestFiles/NUnit.Runners
|
|
||||||
dotnet restore RecrownedGTK.sln
|
|
||||||
msbuild RecrownedGTK.sln
|
|
||||||
mkdir -p TestFiles/Results
|
mkdir -p TestFiles/Results
|
||||||
TestFiles/NUnit.Runners/NUnit.ConsoleRunner.3.11.1/tools/nunit3-console.exe RecrownedGTK.sln --result=nunit3 --output "Results/build_${BUILD_ID}_log.txt" --work="TestFiles"
|
TestFiles/NUnit.Runners/NUnit.ConsoleRunner.3.11.1/tools/nunit3-console.exe RecrownedGTK.sln --result=nunit3 --output "Results/build_${BUILD_ID}_log.txt" --work="TestFiles"
|
||||||
cp TestFiles/nunit3 "TestFiles/Results/build_${BUILD_ID}_results.xml"
|
cp TestFiles/nunit3 "TestFiles/Results/build_${BUILD_ID}_results.xml"
|
Loading…
Reference in New Issue
Block a user