Skip to content

Commit

Permalink
#10: add doxygen to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 21, 2025
1 parent ab69c7b commit eb3e637
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,16 @@ setup:
# ubuntu / gcc
amd64-ubuntu-20.04-gcc-9-cpp:
label: gcc-9, ubuntu, mpich
env: { <<: *env, CC: gcc-9, CXX: g++-9 }
env:
<<: *env
CC: gcc-9
CXX: g++-9
PATH_PREFIX: "/usr/lib/ccache\
:/opt/cmake/bin\
:/opt/doxygen/bin
:/opt/nvcc_wrapper/build\
:/opt/vtk/bin\
:"
deps:
packages: !extend [ *apt-packages, gcc-9, g++-9 ]
cmake: ['3.23.4']
Expand Down

0 comments on commit eb3e637

Please sign in to comment.