Skip to content
Snippets Groups Projects

[ci] Update ci for ParaView 5.13

Merged Timothée Couble requested to merge ci/updateCIParaView513 into master
6 files
+ 5
6
Compare changes
  • Side-by-side
  • Inline
Files
6
FROM ubuntu:22.04
MAINTAINER Timothée Couble <timothee.couble@kitware.com>
LABEL maintainer="Timothée Couble <timothee.couble@kitware.com>"
COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh
Loading