Skip to content

Commit

Permalink
try to fix simde ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Jul 28, 2023
1 parent 7e81c9b commit 35056f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/x86-simde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: bash scripts/download_doctest_header.sh -d include/
- name: build
run: |
./dockcross-${{ matrix.name }} bash -c 'export SIMDE_INSTALL_PREFIX=${PWD}/install && export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${SIMDE_INSTALL_PREFIX}/lib/x86_64-linux-gnu/pkgconfig" && sudo apt-get install -y ninja-build ninja-build python3-pip pkg-config && pip3 install meson==0.55.0 && bash scripts/install_simde.sh && mkdir -p build/${{ matrix.name }} && cd build/${{ matrix.name }}/ && cmake -DNMTOOLS_BUILD_SIMDE_TESTS=ON -DNMTOOLS_SIMDE_TEST_ALL=ON -DNMTOOLS_TEST_ALL=OFF ../.. && make -j2 numeric-tests-simde-doctest VERBOSE=1'
./dockcross-${{ matrix.name }} bash -c 'export SIMDE_INSTALL_PREFIX=${PWD}/install && export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${SIMDE_INSTALL_PREFIX}/lib/x86_64-linux-gnu/pkgconfig" && sudo apt update && sudo apt-get install -y ninja-build python3-pip pkg-config && pip3 install meson==0.55.0 && bash scripts/install_simde.sh && mkdir -p build/${{ matrix.name }} && cd build/${{ matrix.name }}/ && cmake -DNMTOOLS_BUILD_SIMDE_TESTS=ON -DNMTOOLS_SIMDE_TEST_ALL=ON -DNMTOOLS_TEST_ALL=OFF ../.. && make -j2 numeric-tests-simde-doctest VERBOSE=1'
- name: run tests
run: |
./dockcross-${{ matrix.name }} bash -c 'build/${{ matrix.name }}/tests/simde/numeric-tests-simde-doctest'

0 comments on commit 35056f0

Please sign in to comment.