-
Notifications
You must be signed in to change notification settings - Fork 0
home
Rasberry edited this page Oct 20, 2019
·
14 revisions
A collection of various image processing functions
- run project
dotnet run -p src --
- test project
dotnet test
- build wiki
- Note: Only do this if all tests pass. Buiding the wiki takes a long time.
set BUILDWIKI=1 dotnet test --filter TestBuildWiki set BUILDWIKI=0
- Note: Only do this if all tests pass. Buiding the wiki takes a long time.
- pull/push from wiki
git subtree pull --prefix wiki wiki mastergit subtree push --prefix wiki wiki master