Provides automatic installation scripts for OpenRA with Tiberian Sun & Red Alert 2 + Dune 2 (Windows, Linux)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
826 B

  1. --- a/make.ps1
  2. +++ b/make.ps1
  3. @@ -154,6 +154,8 @@
  4. ./OpenRA.Utility.exe cnc --check-yaml
  5. echo "Testing Red Alert mod MiniYAML..."
  6. ./OpenRA.Utility.exe ra --check-yaml
  7. + echo "Testing Dune 2 mod MiniYAML..."
  8. + ./OpenRA.Utility.exe d2 --check-yaml
  9. }
  10. else
  11. {
  12. @@ -178,6 +180,8 @@
  13. ./OpenRA.Utility.exe ra --check-code-style OpenRA.Mods.RA
  14. echo "Checking for code style violations in OpenRA.Mods.Cnc..."
  15. ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.Cnc
  16. + echo "Checking for code style violations in OpenRA.Mods.D2..."
  17. + ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2
  18. echo "Checking for code style violations in OpenRA.Mods.D2k..."
  19. ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2k
  20. echo "Checking for code style violations in OpenRA.Mods.TS..."