This commit is contained in:
Paul Schneider
2021-06-06 20:32:39 +01:00
parent 6ae7333dbb
commit 43c6f31a65
20 changed files with 176 additions and 141 deletions

View File

@ -1,12 +1,3 @@
# using the official mono docker image to build a visual studio project.
#
# MyProject.sln
# MyProject\
# MyProject\
# MyProject.csproj (console application)
# MyProject.Test\
# MyProject.Test.csproj (test library using nuget packages "NUnit" and "NUnit.ConsoleRunner")
#
# Please find the full example project here:
# https://gitlab.com/tobiaskoch/gitlab-ci-example-mono
@ -34,9 +25,9 @@ before_script:
debug:
stage: test
script:
- cd src/test
- cd test/yavscTests
- dnu build
- dnx test -maxthreads 1 -trait regression=non
- ASPNET_ENV=Testing dnx test -maxthreads 1
release:
stage: deploy