Skip to content

Commit

Permalink
Add new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbowen42 committed Jan 7, 2025
1 parent cc006a9 commit 5eec33f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DENABLE_OPENMP
ctest -T test --output-on-failure && \
make clean

FROM ghcr.io/llnl/radiuss:clang-14-ubuntu-22.04 AS clang14_style
ENV GTEST_COLOR=1
COPY . /home/raja/workspace
WORKDIR /home/raja/workspace/build
RUN cmake -DENABLE_CLANGFORMAT=ON .. && \
make style

FROM ghcr.io/llnl/radiuss:clang-15-ubuntu-22.04 AS clang15
ENV GTEST_COLOR=1
COPY . /home/raja/workspace
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
docker_target: gcc12_desul
clang15_desul:
docker_target: clang15_desul
clang14_style:
docker_target: clang14_style
pool:
vmImage: 'ubuntu-latest'
variables:
Expand Down

0 comments on commit 5eec33f

Please sign in to comment.