mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 19:26:03 +03:00
Make sure to run console example application as part of test suite
This commit is contained in:
parent
5969b509e4
commit
e411d51573
6 changed files with 16 additions and 46 deletions
1
Makefile
1
Makefile
|
@ -1,6 +1,7 @@
|
|||
test:
|
||||
dotnet build src/DotTiled.sln
|
||||
dotnet test src/DotTiled.sln
|
||||
dotnet run --project src/DotTiled.Examples/DotTiled.Example.Console/DotTiled.Example.Console.csproj -- src/DotTiled.Examples/DotTiled.Example.Console
|
||||
|
||||
docs-serve: docs/index.md
|
||||
docfx docs/docfx.json --serve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue