Skip to content

Commit

Permalink
run dr shp-tests in a docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
haichangsi committed May 24, 2024
1 parent 99d2f00 commit 8043652
Show file tree
Hide file tree
Showing 3 changed files with 371 additions and 364 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -t oneapi-gcc13 .
# docker run -ti --rm oneapi-gcc13
FROM intel/oneapi:latest
RUN apt update
RUN apt update --allow-insecure-repositories
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
RUN apt install -y g++-13
RUN apt install -y libgtest-dev
Expand Down
Loading

0 comments on commit 8043652

Please sign in to comment.