1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-09 09:35:15 +09:00

Remove appveyor.yml

This commit is contained in:
Dan Balasescu 2022-07-19 19:53:18 +09:00
parent 5511c6a73f
commit d1e044b5d9

View file

@ -1,14 +0,0 @@
clone_depth: 1
version: '{branch}-{build}'
image: Visual Studio 2022
test: off
environment:
APPVEYOR: true
build_script:
- cmd: dotnet tool restore
- cmd: dotnet build osu.Tools.sln
- cmd: dotnet CodeFileSanity
- cmd: dotnet jb inspectcode "osu.Tools.sln" --output="temp/inspectcodereport.xml" --caches-home="temp/inspectcode" --verbosity=WARN
- cmd: dotnet nvika parsereport "temp/inspectcodereport.xml" --treatwarningsaserrors