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
935 B

8 years ago
8 years ago
8 years ago
  1. --- a/make.ps1
  2. +++ b/make.ps1
  3. @@ -111,6 +111,8 @@
  4. echo "Testing mods..."
  5. echo "Testing Tiberian Sun mod MiniYAML..."
  6. ./OpenRA.Utility.exe ts --check-yaml
  7. + echo "Testing Red Alert 2 mod MiniYAML..."
  8. + ./OpenRA.Utility.exe ra2 --check-yaml
  9. echo "Testing Dune 2000 mod MiniYAML..."
  10. ./OpenRA.Utility.exe d2k --check-yaml
  11. echo "Testing Tiberian Dawn mod MiniYAML..."
  12. @@ -145,6 +147,8 @@
  13. ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2k
  14. echo "Checking for code style violations in OpenRA.Mods.TS..."
  15. ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.TS
  16. + echo "Checking for code style violations in OpenRA.Mods.RA2..."
  17. + ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.RA2
  18. echo "Checking for code style violations in OpenRA.Utility..."
  19. ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Utility
  20. echo "Checking for code style violations in OpenRA.Test..."