aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-08Add the Chocolatey bin dir to PATH in Windows CI tests.Marco Poletti
2021-11-08Stop trying to test against MSVC 2017 in CI, it's not available in the Window...Marco Poletti
2021-11-08Fix VCVARSALL_DIR path.Marco Poletti
2021-11-08Fix CMake path for Github actions' Windows runnerMarco Poletti
2021-11-08Restore previous PATH-modifying code in postsubmit.bat.Marco Poletti
2021-11-08Fix unmatched quote in the Windows CI config.Marco Poletti
2021-11-08Set VCVARSALL_DIR in the Windows CI config.Marco Poletti
2021-11-08More fixes to the Windows CI config.Marco Poletti
2021-11-08Use the bash shell to change GITHUB_ENV in Windows CI tests, and other small ...Marco Poletti
2021-11-07More fixes to the Windows CI config.Marco Poletti
2021-11-07Add quoting in the windows CI configMarco Poletti
2021-11-07In the windows CI config, update env vars programmatically.Marco Poletti
2021-11-07Fix another syntax error in the Windows configMarco Poletti
2021-11-07(try to) fix syntax in the Windows configMarco Poletti
2021-11-07Add other combinations to the Windows config.Marco Poletti
2021-11-07Comment out some parts of postsubmit.bat that seem to cause problems.Marco Poletti
2021-11-07Don't hardcode C:\Fruit\ in the Windows CI script, Github actions use a diffe...Marco Poletti
2021-11-07Fix vcvarsall path in Windows CI config.Marco Poletti
2021-11-07Remove extra quotes from cmd.exe command line arg.Marco Poletti
2021-11-07Try a different expression syntax in the Windows CI config.Marco Poletti
2021-11-07Github actions config: another attempt at making the Windows config work.Marco Poletti
2021-11-07Github actions config: another attempt at making the Windows config work.Marco Poletti
2021-11-07Change test_register_constructor_error_abstract_class so that it accepts both...Marco Poletti
2021-11-07Github actions config: another attempt at making the Windows config work.Marco Poletti
2021-11-07Only symlink clang++-12 and not clang-12 when using Clang 12 in OS X CI tests...Marco Poletti
2021-11-07Support GCC 11 in OS X CI tests.Marco Poletti
2021-11-07Github actions config: another attempt at making the Windows config work.Marco Poletti
2021-11-07Github actions config: support GCC 10, 11 in OS X CI testsMarco Poletti
2021-11-07Github actions config: remove extra code from windows config.Marco Poletti
2021-11-07Github actions config: give up on using msvc-dev-cmd, go back to having an ex...Marco Poletti
2021-11-07Fix CI script to support Clang 12.Marco Poletti
2021-11-07Github actions config: test against Clang 8 instead of Clang 7 as minimum ver...Marco Poletti
2021-11-07Github actions config: try again fixing syntax in Windows configMarco Poletti
2021-11-07Don't symlink clang 12 after installing it using brew, the symlinks already e...Marco Poletti
2021-11-07Only use "python3 -m pytest" in OS X CI tests. It doesn't work in some old Li...Marco Poletti
2021-11-07Github actions config: add a monthly test triggerMarco Poletti
2021-11-07Github actions config: try again fixing syntax in Windows configMarco Poletti
2021-11-07Github actions config: add back bazelMarco Poletti
2021-11-07Github actions config: try again fixing syntax in Windows configMarco Poletti
2021-11-07Github actions config: complete OS X configMarco Poletti
2021-11-07Github actions config: use "python3 -m pytest" instead of "py.test" because o...Marco Poletti
2021-11-07Github actions config: fix syntax for string concatenation, againMarco Poletti
2021-11-07Github actions config: fix syntax for string concatenationMarco Poletti
2021-11-07Github actions config: add tmate configurationMarco Poletti
2021-11-07Github actions config: (try to) fix Windows setupMarco Poletti
2021-11-07Github actions config: override PATH in postsubmit.sh for OS X CI tests, not ...Marco Poletti
2021-11-07Github actions config: PoC of Windows CI testsMarco Poletti
2021-11-07Github actions config: remove "brew unlink python@2", that tag doesn't exist ...Marco Poletti
2021-11-07Github actions config: refactor Linux config to have the matrix at the end of...Marco Poletti
2021-11-07Github actions config: PoC for OS X testsMarco Poletti