aboutsummaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Expand)Author
11 daysAdd support for latest compiler versions in the CI scripts.Marco Poletti
11 daysAdd dockerfiles for Ubuntu 23.10 and 24.04.Marco Poletti
2023-01-29Support CMake multi-configuration generator (#149)tt4g
2023-01-21Bump the Fruit version to 3.7.1.Marco Poletti
2023-01-21Add support for clang-11.0 in OS X CI tests.Marco Poletti
2022-12-03Bump the version to 3.7.0.Marco Poletti
2022-11-14Remove config files for Travis CI and Appveyor, and update docs to mention Gi...Marco Poletti
2022-11-14(Hopefully) fix the Windows CI config for MinGW.Marco Poletti
2022-11-12Run "brew unlink" before "brew link" in OS X CI tests.Marco Poletti
2022-11-12Run py.test with "python3 -m pytest" so that the current directory ends up in...Marco Poletti
2022-11-12Update the CI config to run with the latest OS and compiler versions.Marco Poletti
2022-11-12Update dockerfiles, adding Ubuntu 22.04 and 22.10 and removing obsolete versi...Marco Poletti
2021-11-08Use 'python3 -m pytest' on Windows CI tests too.Marco Poletti
2021-11-08Maintain the original PATH (and only add) in Windows CI tests.Marco Poletti
2021-11-08Add the Chocolatey bin dir to PATH in Windows CI tests.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-08More fixes to the Windows CI 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-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: support GCC 10, 11 in OS X CI testsMarco Poletti
2021-11-07Fix CI script to support Clang 12.Marco 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: 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: override PATH in postsubmit.sh for OS X CI tests, not ...Marco Poletti
2021-11-07Github actions config: remove "brew unlink python@2", that tag doesn't exist ...Marco Poletti
2020-11-01Also pass -Wno-unknown-warning-option in CI tests because only very recent ve...Marco Poletti
2020-10-31Add docker configuration for testing against Ubuntu 20.10.Marco Poletti
2020-10-31Test against Ubuntu 20.10 and Clang 11 (too) in CI tests.Marco Poletti
2020-08-09Add some example code to show how to depend on Fruit from a bazel project.Marco Poletti
2020-08-09Revert "Move the bazel WORKSPACE file to the root dir, and replace the one in...Marco Poletti
2020-08-09Move the bazel WORKSPACE file to the root dir, and replace the one in extras/...Marco Poletti
2020-07-12Bump the Fruit version to 3.6.0.Marco Poletti
2020-07-11Pass another flag to force installation of required brew packages in OS X CI ...Marco Poletti
2020-06-13Declare the dep on boost in bazel, so that Fruit builds even on systems where...Marco Poletti
2020-05-17Add a bazel flag to the CI script, needed until Bazel is available in Ubuntu ...Marco Poletti
2020-05-03Lots of changes to dockerfiles used for CI testing of Fruit and TMPPy: merge ...Marco Poletti
2020-05-02Setting the compiler via the CC/CXX env vars doesn't work with recent version...Marco Poletti
2020-05-02Disable PCH generation for XCode 11.x CI tests, it's also affected by https:/...Marco Poletti
2020-05-02Run OS X CI tests with XCode 9.4 and 11.3 instead of 9.3 and 11.4. A previous...Marco Poletti
2020-05-02Fix dockerfiles for CI builds so that they only install stable LLVM packages....Marco Poletti
2020-05-02Switch stdc++ Clang CI tests to use Clang 10 instead of 9, to see if it works...Marco Poletti
2020-05-02Switch OS X CI tests with XCode 9.x back to 9.3 because the 9.4 image in Trav...Marco Poletti
2020-05-02Add GCC 10 to the CI test script.Marco Poletti
2020-05-02Add dockerfiles for Ubuntu 20.04.Marco Poletti
2020-05-02Update the Travis CI config to test against Ubuntu 20.04 instead of 19.10 and...Marco Poletti