mirror of
https://github.com/boostorg/math.git
synced 2026-02-24 04:02:18 +00:00
Run the gradient optimization tests in codecov and drone
This commit is contained in:
@@ -18,7 +18,7 @@ def main(ctx):
|
||||
things_to_test = [ "special_fun", "distribution_tests", "mp", "misc", "interpolators", "quadrature", "autodiff", "long-running-tests", "float128_tests", "concepts" ]
|
||||
gcc13_things_to_test = [ "special_fun", "distribution_tests", "mp", "misc", "interpolators", "quadrature", "autodiff", "long-running-tests", "float128_tests", "concepts", "new_floats" ]
|
||||
sanitizer_test = [ "special_fun", "distribution_tests", "misc", "interpolators", "quadrature", "float128_tests" ]
|
||||
reverse_mode_autodiff_test = [ "test_reverse_mode_autodiff", "autodiff-long-running-tests" ]
|
||||
reverse_mode_autodiff_test = [ "test_reverse_mode_autodiff", "autodiff-long-running-tests", "gradient_based_optimizers" ]
|
||||
gnu_5_stds = [ "gnu++14", "c++14" ]
|
||||
gnu_6_stds = [ "gnu++14", "c++14", "gnu++17", "c++17" ]
|
||||
clang_6_stds = [ "c++14", "c++17" ]
|
||||
|
||||
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
- { name: Collect coverage autodiff, coverage: yes,
|
||||
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'autodiff' }
|
||||
- { name: Collect coverage reverse-autodiff, coverage: yes,
|
||||
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'test_reverse_mode_autodiff' }
|
||||
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'test_reverse_mode_autodiff,gradient_based_optimizers' }
|
||||
timeout-minutes: 360
|
||||
runs-on: ${{matrix.os}}
|
||||
container: ${{matrix.container}}
|
||||
|
||||
Reference in New Issue
Block a user