Skip to content

Commit

Permalink
use mull 17
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Nov 29, 2024
1 parent 6b6e2b9 commit ea68349
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@ clang++ mull:
- clang++-17 --version
- apt-get -qq update
- apt search mull
- apt-get -qq install --no-install-recommends -y --quiet mull-11 libclang-cpp11
- apt-get -qq install --no-install-recommends -y --quiet mull-17 libclang-cpp17
- mkdir build && cd build
- mull-runner-11 --version
- CXX=clang++-17 cmake .. -DCMAKE_CXX_FLAGS="-O1 -fpass-plugin=/usr/lib/mull-ir-frontend-11 -g -grecord-command-line -fprofile-instr-generate -fcoverage-mapping"
- mull-runner-17 --version
- CXX=clang++-17 cmake .. -DCMAKE_CXX_FLAGS="-O1 -fpass-plugin=/usr/lib/mull-ir-frontend-17 -g -grecord-command-line -fprofile-instr-generate -fcoverage-mapping"
- cmake --build . --parallel 2 || cmake --build . --parallel 1 --verbose
- ctest -j 2 --output-on-failure --verbose
- cd test
- ls *.x | xargs -n 1 sh -c 'echo $0 && ((mull-runner-11 --ld-search-path=/usr/lib/x86_64-linux-gnu $0 -test-program=ctest -- -j2 --stop-on-failure) || exit 255)'
- ls *.x | xargs -n 1 sh -c 'echo $0 && ((mull-runner-17 --ld-search-path=/usr/lib/x86_64-linux-gnu $0 -test-program=ctest -- -j2 --stop-on-failure) || exit 255)'
needs: ["clang++"]

# deb:
Expand Down

0 comments on commit ea68349

Please sign in to comment.