Skip to content

Commit

Permalink
Trying to fix GitHub Actions Docker job.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Nov 24, 2023
1 parent 56cfe1d commit 3f7f67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apt-get -qq update && \
ADD . /libqasm

WORKDIR /libqasm
RUN conan profile detect
RUN conan build . -s:h compiler.cppstd=20 -o libqasm/*:build_tests=True -o libqasm/*:compat=True -o libqasm/*:tree_gen_build_tests=True -o libqasm/*:asan_enabled=True -b missing
RUN conan profile detect --force
RUN conan build . -pr=./conan/profiles/tests-debug-compat -b missing

WORKDIR /libqasm/build/Release
RUN ctest -C Release --output-on-failure
Expand Down

0 comments on commit 3f7f67b

Please sign in to comment.