Skip to content

Commit

Permalink
remove base test
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Mar 4, 2025
1 parent 6f70a2b commit 31bf3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci-correaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ clang++-16 mull-16: # mull-17 crashes
- mull-runner-16 --version
- CXX=clang++-16 cmake .. -DCMAKE_CXX_FLAGS="-O1 -fpass-plugin=/usr/lib/mull-ir-frontend-16 -g -grecord-command-line -fprofile-instr-generate -fcoverage-mapping"
- cmake --build . --parallel 2 || cmake --build . --parallel 1 --verbose
- ctest -j 2 --output-on-failure
# - ctest -j 2 --output-on-failure
- cd test
- ls *.x | xargs -n 1 sh -c 'echo $0 && ((mull-runner-16 --timeout 10000 --ld-search-path=/usr/lib/x86_64-linux-gnu $0 -test-program=ctest -- -j2 --stop-on-failure) || exit 255)'
needs: ["clang++"]
Expand Down

0 comments on commit 31bf3dc

Please sign in to comment.