2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
Matt Borland
e690b00296 Fix compile test CML and add CMake testing (#1213)
* Add boost standard CMake Testing

* Add include private

* Change CI command

* Use boost test and change target
2024-10-17 13:39:33 -04:00
Matt Borland
477d1c1777 Fix runs on value 2024-08-06 14:45:07 -04:00
Matt Borland
dae419023b Add CI run 2024-08-06 13:58:21 -04:00
Matt Borland
df18e3281b Multi-thread CMake builds 2024-07-26 14:04:12 -04:00
Matt Borland
19d0d5bc58 Add compile only cmake testing 2024-07-23 14:25:00 -04:00
Matt Borland
b293df07a9 Add sycl cmake testing 2024-07-23 13:40:45 -04:00
Matt Borland
1ec166172b Move GCC-13 to only drone since GHA gives SIGTERM 2024-05-23 11:23:24 +02:00
Matt Borland
851ebe031c Change language standard 2024-05-21 10:08:56 +02:00
Matt Borland
993f082217 Change clang-16 OS 2024-05-21 10:01:42 +02:00
Matt Borland
0d9707dcbf Update OS for clang-17 and add clang-18 2024-05-21 09:55:26 +02:00
Matt Borland
993842ffdd Add clang 15, 16, 17, 18 and GCC 14 2024-05-21 08:45:40 +02:00
Matt Borland
4200543408 Remove MSVC-14.0 2024-05-21 08:45:15 +02:00
Matt Borland
95367e1a27 Improve reliability of codecov upload 2024-04-24 08:24:11 +02:00
Christopher Kormanyos
bfe1c190ad Update checkout/cache actions CodeCov CI 2024-02-11 18:18:19 +01:00
Matt Borland
291f31117f Update GHA to remove Node deprecation warnings 2024-01-24 11:52:29 +01:00
Matt Borland
79b4015d4d Add codecov run to CI (#1061)
Co-authored-by: Alexander Grund <Flamefire@users.noreply.github.com>
2024-01-05 09:00:24 +01:00
jzmaddock
407a2eb8ed Correct depint.py includes. 2023-11-06 18:40:06 +00:00
jzmaddock
c33ea10655 Update depinst.py usage to scan more directories. 2023-11-06 18:27:35 +00:00
Matt Borland
7bc2da4a48 Fix clang-14 run in CI (#1041) 2023-10-31 11:33:36 +01:00
Matt Borland
fc3a395f07 Add clang-win to CI runs (#1030) 2023-09-25 08:25:40 +02:00
Christopher Kormanyos
a14f39ff50 Correct the CI runner logic in YAML 2023-08-22 12:41:41 +02:00
Christopher Kormanyos
4069a75a83 Supply proper working directory in CI 2023-08-22 11:17:05 +02:00
Christopher Kormanyos
56b71a77c0 MSVC 14_0 stdndards and has-include corrections 2023-08-22 11:09:43 +02:00
Sam Darwin
7ce0570e44 Small github actions updates (#995) 2023-06-15 09:29:50 +02:00
Matt Borland
62ee2bc7f1 Disable PCH on MSVC until B2 is fixed 2023-03-31 14:30:52 +02:00
Matt Borland
2fe1facdb5 Merge pull request #965 from boostorg/quad 2023-03-07 11:09:09 -08:00
jzmaddock
cf6cd75477 Improve error handling in non-central distributions. (#963)
* Improve error handling in non-central distributions.

* Try turning debug symbols off for msvc-14.0.
So we don't run out of disk space on CI.
2023-03-07 12:11:29 +00:00
Matt Borland
0b97dfa8d7 Add macro to limited amount of CI runs 2023-03-06 10:34:56 -08:00
Matt Borland
791df66b17 Enable GHA to kill in progress builds on new push 2023-02-03 09:01:17 -08:00
Matt Borland
773f7741c4 Require C++14 support 2022-12-27 14:24:41 +01:00
Matt Borland
6abc01f1ca Consolidate windows testing 2022-12-06 08:43:22 -08:00
Matt Borland
30a87e834e Remove thread limitation from GHA runner 2022-11-11 07:33:03 -08:00
Matt Borland
aa25b040a5 Use package manager for cygwin runs (#862) 2022-10-29 16:18:24 -07:00
Matt Borland
bfb0295760 Remove deprecated CI skip filter 2022-10-13 07:15:46 -07:00
Matt Borland
3ac2fb2a6b Update deprecated workflow 2022-10-11 11:54:25 -07:00
jzmaddock
48f20e9f82 Split windows-gcc jobs into smaller chunks again.
These are much much slower than anything else.
2022-06-06 18:44:24 +01:00
jzmaddock
c5c01b675c Try and consolidate more Github tests.
In the hopes of speeding up CI build times.
2022-06-05 19:43:43 +01:00
jzmaddock
71e9d5c3cd Move Ubuntu-focal tests to drone. 2022-06-02 18:36:45 +01:00
jzmaddock
8ceee1ece0 Merge branch 'develop' into ci_adjust_2022
Resolved Conflicts:
	.drone.star
	.github/workflows/ci.yml

Moved more CI from Github to drone.
2022-06-02 17:21:57 +01:00
Matt Borland
5fa7797ec6 Bump minimum language standard to C++14 (#788)
* Bump minimum language standard to C++14

* Add warning message in config

* Update readme and keep C++14 in GCC5 drone run
2022-05-31 20:19:22 -07:00
jzmaddock
8b7e154044 Move all GCC-5/6 testing to drone.
Remove C++11 testing for gcc where the compiler default is C++14.
Remove C++11 testing from msvc - it doesn't support it, only C++14.
All C++11 testing is now on gcc-5 and 6 and on drone.
2022-05-31 18:16:57 +01:00
jzmaddock
14d6cfdea2 Tweak CI runs:
Increase tolerance in chatterjee_correlation test.
Remove a few tests from Github CI.
Remove autodiff from the sanitizer tests as they time out.
2022-05-30 18:37:05 +01:00
jzmaddock
17813330e5 Revert "Strip CI back to minimal failing test cases."
This reverts commit 3fa245da6d.
2022-05-26 16:43:26 +01:00
jzmaddock
3fa245da6d Strip CI back to minimal failing test cases.
In the hopes we might actually see some results on Github.
2022-05-26 12:11:27 +01:00
jzmaddock
0edd1a2300 Try building with -j2 in ubuntu-22 CI.
Otherwise we see the VM abort with out-of-memory errors.
2022-05-16 18:25:23 +01:00
jzmaddock
7c5228a07b Add no-exception handling tests.
Add Ubuntu-22 plus gcc-12 and clang-14 CI tests.
Fix a couple headers which still had noeh-unfriendly code.
2022-05-15 17:35:11 +01:00
Matt Borland
9130186faa Merge remote-tracking branch 'boostorg/develop' into cygwin 2022-02-08 11:21:48 +01:00
jzmaddock
8f2e969622 Change windows-latest to windows-2019 2022-02-05 11:23:16 +00:00
Matt Borland
490bf72d3e Fix yaml error from merge 2022-02-04 20:05:03 +01:00
Matt Borland
ae1a13098c Merge remote-tracking branch 'origin/MSVC2022' into MSVC2022 2022-02-04 20:00:03 +01:00