We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55a9c5 commit 135e696Copy full SHA for 135e696
Dockerfile
@@ -49,8 +49,8 @@ COPY . /home/raja/workspace
49
WORKDIR /home/raja/workspace/build
50
RUN bin/bash -c "source /opt/intel/oneapi/setvars.sh 2>&1 > /dev/null && \
51
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=icpx -DENABLE_OPENMP=On .. && \
52
- make -j 8 &&\
53
- ctest -T test --output-on-failure"
+ make -j 8 &&" \
+ ctest -T test --output-on-failure
54
55
##FROM ghcr.io/rse-ops/cuda:cuda-10.1.243-ubuntu-18.04 AS nvcc10.1.243
56
##ENV GTEST_COLOR=1
0 commit comments