Commit Graph

341 Commits

Author SHA1 Message Date
Jesse Talavera
43ca12a17b Don't special-case this branch 2024-10-15 11:58:09 -04:00
Jesse Talavera
cf13fd7bcb Move the release workflow into a new file 2024-10-15 11:52:05 -04:00
Jesse Talavera
ecc9866f8f Add a comment for clarity 2024-10-07 14:09:37 -04:00
Jesse Talavera
e96fed4cf6 Will this fix the test suite failures on macOS? 2024-10-07 13:53:28 -04:00
Jesse Talavera
8f34067e9b Enable Tracy in RelWithDebInfo builds and add them to the build matrix
Some checks failed
Build Artifacts / Windows (x86_64) (push) Has been cancelled
Build Artifacts / macOS (x86_64) (push) Has been cancelled
Build Artifacts / macOS (arm64) (push) Has been cancelled
Build Artifacts / Linux (x86_64) (push) Has been cancelled
Build Artifacts / Linux (arm64) (push) Has been cancelled
Build Artifacts / Android (push) Has been cancelled
Build Artifacts / iOS (push) Has been cancelled
Build Artifacts / tvOS (push) Has been cancelled
Build Artifacts / Create Release (push) Has been cancelled
2024-10-01 19:13:46 -04:00
Jesse Talavera
54a25cceee Try just installing the packages directly on the ARM build workflow 2024-08-19 11:22:55 -04:00
Jesse Talavera
6adb0073af Build with a verbose makefile on ARM64
- Still easier than setting up a toolchain locally
2024-08-19 11:12:46 -04:00
Jesse Talavera
44d7c26f9d Don't run the GCC problem matcher on Windows
- New version is still broken
2024-08-19 09:51:22 -04:00
Jesse Talavera
6504394e2b Update the Actions workflows 2024-08-19 09:49:39 -04:00
Jesse Talavera
67233dc1d8 Install some extra packages on the ARM build process 2024-08-19 09:35:24 -04:00
Jesse Talavera
b702025dc8 Ignore certain files when deciding to run the CI 2024-07-26 11:47:31 -04:00
Jesse Talavera
6e48901ab9 Add FUNDING.yml 2024-07-26 11:42:29 -04:00
Jesse Talavera
923332a42d Don't filter workflow runs by branch 2024-06-13 13:32:31 -04:00
Jesse Talavera
c44a0f6252 Use Mesa instead of winget 2024-06-12 12:49:44 -04:00
Jesse Talavera
b5002adaaa Use macOS 13 for x64 macOS test runs 2024-06-12 12:38:08 -04:00
Jesse Talavera
c1cdd067e8 Whoops, forgot to actually run the tests 2024-06-12 12:33:27 -04:00
Jesse Talavera
0aa03455a5 Verbose winget logging 2024-06-12 12:32:25 -04:00
Jesse Talavera
db793e14f9 Revert "Don't use winget"
This reverts commit cb31074a3e.
2024-06-12 10:36:00 -04:00
Jesse Talavera
9470714c71 Enable the test suite on macOS 2024-06-12 10:34:06 -04:00
Jesse Talavera
1326268d3d Don't use some dependencies 2024-06-12 10:08:25 -04:00
Jesse Talavera
cb31074a3e Don't use winget 2024-06-12 10:00:57 -04:00
Jesse Talavera
6a3ab8d24c Try this 2024-06-12 08:41:57 -04:00
Jesse Talavera
b9c9f18ee2 Add --accept-package-agreements 2024-06-11 19:38:18 -04:00
Jesse Talavera
3022de7c43 Sigh 2024-06-11 19:24:01 -04:00
Jesse Talavera
69c330202a What now? 2024-06-11 19:18:18 -04:00
Jesse Talavera
0c4adc8bfd Install the OpenGL compatibility pack
- The test suite probably works on my VM because of this package
2024-06-11 18:58:29 -04:00
Jesse Talavera
baa47660b5 Use the system opengl32.dll for glcontext 2024-06-11 18:22:04 -04:00
Jesse Talavera
5d77516f9e Is opengl32.dll where I expect it? 2024-06-11 18:13:58 -04:00
Jesse Talavera
e1c0ce2126 What if I don't set GLCONTEXT_WIN_LIBGL? 2024-06-11 17:17:22 -04:00
Jesse Talavera
9c120ef28e Try D3D12_DEBUG on the Windows runner
- Source: https://docs.mesa3d.org/drivers/d3d12.html
2024-06-10 16:29:41 -04:00
Jesse Talavera
ae620675af Try MESA_DEBUG on the Windows runner 2024-06-10 15:20:13 -04:00
Jesse Talavera
822520f893 No --extra-verbose output on the Linux test runner 2024-06-10 14:21:23 -04:00
Jesse Talavera
21fa8a6b1f Disable Python's stdout/stderr buffering
- Less likely that some log lines will be lost
2024-06-10 13:26:09 -04:00
Jesse Talavera
7e7d4b5d77 Don't write extra-verbose test output 2024-06-08 16:42:15 -04:00
Jesse Talavera
7ef00f101c Set GLCONTEXT_WIN_LIBGL in the run block
- `$RUNNER_TEMP` isn't yet defined when the `env` block is being evaluated
2024-06-07 18:49:54 -04:00
Jesse Talavera
cbb686ac9b Stop logging the environment 2024-06-07 18:43:02 -04:00
Jesse Talavera
38d170759f Don't hardcode the temp path 2024-06-07 18:31:32 -04:00
Jesse Talavera
ad1df30ad1 Try a different path
- Print all environment variables, too
2024-06-07 18:15:07 -04:00
Jesse Talavera
189f00e566 Log info about $$GLCONTEXT_WIN_LIBGL 2024-06-07 18:07:44 -04:00
Jesse Talavera
48b0c5a1e0 Try Python 3.11 instead 2024-06-05 13:27:00 -04:00
Jesse Talavera
3c28df8f60 Try a different path 2024-06-05 13:10:21 -04:00
Jesse Talavera
eaa103d952 No, that didn't work 2024-06-05 13:06:36 -04:00
Jesse Talavera
46d16a6237 Try using the default Python version 2024-06-05 13:02:20 -04:00
Jesse Talavera
6bf3b41c2f Set the PATH to ensure the relevant DLLs are available to moderngl 2024-06-05 12:36:16 -04:00
Jesse Talavera
b619be61b2 Log more environment info 2024-06-05 10:48:38 -04:00
Jesse Talavera
6193fc5eda Log more environment info 2024-06-05 10:39:36 -04:00
Jesse Talavera
c2f810a248 List Python3_ROOT_DIR 2024-06-05 10:05:10 -04:00
Jesse Talavera
2504c7b3dd Don't print the env 2024-06-05 09:36:14 -04:00
Jesse Talavera
322637aeea Print the env 2024-06-05 09:23:09 -04:00
Jesse Talavera
9ed7be74fd Forward slashes
- Motherfucker
2024-06-04 22:44:44 -04:00