Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Build and test script automatically zips up test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Jun 29, 2013
1 parent 2c2ec1b commit 1fa2b33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Data Files/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -458,4 +458,5 @@ Revision Log Message
451 Merge mod into main
452 Resolve merge issues
453 Add new files from 439 into repository
454 Converter mod fixes
454 Converter mod fixes
455 Build and test script automatically zips up test results
3 changes: 3 additions & 0 deletions test_all_configs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ copy Release\religion_mappings-backup.txt copy Release\religion_mappings.txt
del Release\configuration-backup.txt /s /q
del Release\culture_mappings-backup.txt /s /q
del Release\religion_mappings-backup.txt /s /q

cd testresults
call "%SEVENZIP_LOC%\7z.exe" a -tzip -r "..\testresults.zip" "*.*" -mx5

0 comments on commit 1fa2b33

Please sign in to comment.