2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-24 06:02:08 +00:00

[CI SKIP] Re-try e_float bindings build

This commit is contained in:
Christopher Kormanyos
2021-02-20 19:38:07 +01:00
parent 2cd9ef961a
commit b78ef0ea4b

View File

@@ -62,9 +62,10 @@ jobs:
uses: actions/checkout@v2
with:
repository: ckormanyos/e_float-2021
path: ../boost-root/libs/math/test/e_float
path: e_float
- name: build test_boost
run: |
${{ matrix.compiler }} -Wall -Wextra -m64 -O3 -std=${{ matrix.standard }} -D${{ matrix.suite }} -Ie_float/libs/e_float/src e_float/libs/e_float/src/e_float/efx/e_float_efx.cpp e_float/libs/e_float/src/e_float/e_float.cpp e_float/libs/e_float/src/e_float/e_float_base.cpp e_float/libs/e_float/src/functions/constants/constants.cpp e_float/libs/e_float/src/functions/elementary/elementary_complex.cpp e_float/libs/e_float/src/functions/elementary/elementary_hyper_g.cpp e_float/libs/e_float/src/functions/elementary/elementary_math.cpp e_float/libs/e_float/src/functions/elementary/elementary_trans.cpp e_float/libs/e_float/src/functions/elementary/elementary_trig.cpp e_float/libs/e_float/test_boost/test_boost.cpp e_float/libs/e_float/test_boost/test_boost_real_concept.cpp e_float/libs/e_float/test_boost/test_boost_sf.cpp -o e_float_boost_test.exe
ls -la e_float_boost_test.exe
working-directory: ../boost-root/libs/math/test
echo ls ../../../../../../boost-root
ls ../../../../../../boost-root
${{ matrix.compiler }} -Wall -Wextra -m64 -O3 -std=${{ matrix.standard }} -D${{ matrix.suite }} -I../../../libs/e_float/src -I../../../../../../boost-root ../src/e_float/efx/e_float_efx.cpp ../src/e_float/e_float.cpp ../src/e_float/e_float_base.cpp ../src/functions/constants/constants.cpp ../src/functions/elementary/elementary_complex.cpp ../src/functions/elementary/elementary_hyper_g.cpp ../src/functions/elementary/elementary_math.cpp ../src/functions/elementary/elementary_trans.cpp ../src/functions/elementary/elementary_trig.cpp ../test_boost/test_boost.cpp ../test_boost/test_boost_real_concept.cpp ../test_boost/test_boost_sf.cpp -o e_float_boost_test.exe
working-directory: ./e_float/libs/e_float/build