-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run test suite on windows during CI (#6648)
* Add a test-suite job. * Upload artifact after build if test suite requested. * Setup msys2. * Update test_suite_windows.yml * Install deps. * Install VS10 and OpenJdk so test-suite can run. * Set WEBOTS_HOME. * Add WEBOTS_HOME to PATH before running tests. * Fix PATH. * Print sysinfo output when error occurs. * Print debug info when getting sysinfo. * Install software renderer for headless CI. * Launch tmate session for debugging. * Setup tmate session if the test suite fails. * Read MyBot.txt in text instead of binary mode to compensate for line ending differences. * Treat hdr files as binary so they aren't corrupted by git when checking out on Windows. * Use download artifact v4. * Override GL version to be 3.3 and force software rendering. * Skip a couple tests that don't work on windows CI. * Make test_suite.py accept world files under windows. --------- Co-authored-by: CoolSpy3 <55305038+CoolSpy3@users.noreply.github.com> Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com>
- Loading branch information
1 parent
ebf8625
commit 34dfe53
Showing
5 changed files
with
75 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.hdr binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters