mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
alttpr-opentracker: run unit tests
This commit is contained in:
parent
af339c5cf8
commit
7bee2fb2b7
@ -25,10 +25,14 @@ buildDotnetModule rec {
|
||||
};
|
||||
|
||||
dotnet-runtime = dotnetCorePackages.runtime_3_1;
|
||||
projectFile = "OpenTracker.sln";
|
||||
nugetDeps = ./deps.nix;
|
||||
|
||||
projectFile = "OpenTracker.sln";
|
||||
executables = [ "OpenTracker" ];
|
||||
|
||||
doCheck = true;
|
||||
dotnet-test-sdk = dotnetCorePackages.sdk_3_1;
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
wrapGAppsHook
|
||||
|
Loading…
Reference in New Issue
Block a user