--- a/make.ps1 +++ b/make.ps1 @@ -154,6 +154,8 @@ ./OpenRA.Utility.exe cnc --check-yaml echo "Testing Red Alert mod MiniYAML..." ./OpenRA.Utility.exe ra --check-yaml + echo "Testing Dune 2 mod MiniYAML..." + ./OpenRA.Utility.exe d2 --check-yaml } else { @@ -178,6 +180,8 @@ ./OpenRA.Utility.exe ra --check-code-style OpenRA.Mods.RA echo "Checking for code style violations in OpenRA.Mods.Cnc..." ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.Cnc + echo "Checking for code style violations in OpenRA.Mods.D2..." + ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2 echo "Checking for code style violations in OpenRA.Mods.D2k..." ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2k echo "Checking for code style violations in OpenRA.Mods.TS..."