refacts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user