Vadim Zeitlin
7e45373e16
Add a simple workflow for updating HTML docs online
...
Run doxygen and copy the generated files to docs.wxwidgets.org.
Ignore the new workflow in all the existing CI ones, as changes to it
shouldn't require rerunning them.
See #19126 .
2022-03-28 00:54:46 +02:00
Vadim Zeitlin
8f1e277833
Ignore changes to GitHub issue templates in the CI builds
...
Unfortunately they will still run once when this commit is done, but at
least they won't run in the future when templates are modified.
2022-01-14 01:42:13 +01:00
Vadim Zeitlin
4713c19b37
Use STL in one of MSVS CI builds
...
Do (almost) the same thing done in appveyor.yml to change wxUSE_STL
value in setup.h.
2021-09-23 16:48:35 +02:00
Vadim Zeitlin
446268b61c
Rename ci_mac_selfhosted.yml to just ci_mac.yml
...
We are going to have both self- and GitHub-hosted runners in this file
soon, so rename it for clarity.
No changes yet.
2021-08-28 23:50:54 +02:00
Vadim Zeitlin
6e2d6e9bd4
Enable using MSVS prerelease versions in MSVS CI workflow
...
Without this options (available in 1.0.3 only), MSVS 2022 is not
detected.
2021-08-24 22:07:36 +02:00
Vadim Zeitlin
b48a266c6d
Try building with MSVS 2022 too
2021-08-24 22:00:15 +02:00
Vadim Zeitlin
5385c9ced1
Add DLL Release wxMSW CI build
...
Append the path to the directory containing the DLLs to PATH to allow
the tests to find them.
Also quote the value of the "Configuration" property as it may (and
does) contain spaces.
2021-08-24 19:33:45 +02:00
Vadim Zeitlin
4d465837e0
Disable currently failing DLL Release MSVS CI build
...
This was merged accidentally, leave only the passing static build until
the DLL build is fixed.
2021-08-24 17:26:22 +02:00
Vadim Zeitlin
0701402737
Add CI workflow for building wxMSW using MSVS natively
...
This should allow running all the tests faster than it's done by
AppVeyor.
Ignore changes to this workflow file in all the other workflows.
2021-08-24 17:12:06 +02:00