From b78ef0ea4bf063400fc92cc512aecc609f8fdcac Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Sat, 20 Feb 2021 19:38:07 +0100 Subject: [PATCH] [CI SKIP] Re-try e_float bindings build --- .github/workflows/e_float_boost_test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e_float_boost_test.yml b/.github/workflows/e_float_boost_test.yml index b9e1de725..b9c528f6b 100644 --- a/.github/workflows/e_float_boost_test.yml +++ b/.github/workflows/e_float_boost_test.yml @@ -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