1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 22:20:53 +08:00

Specify tests directly

This commit is contained in:
Dean Herbert
2018-07-18 18:57:30 +09:00
Unverified
parent 6254f4e0f7
commit 1502edcdc6
+2
View File
@@ -17,6 +17,8 @@ build:
project: osu.sln
parallel: true
verbosity: minimal
test_script:
- cmd: dotnet test --configuration Debug --no-build --test-adapter-path:. --logger:Appveyor
after_build:
- cmd: inspectcode --o="inspectcodereport.xml" --projects:osu.Game* --caches-home="inspectcode" osu.sln > NUL
- cmd: NVika parsereport "inspectcodereport.xml" --treatwarningsaserrors