TST: Add CI infrastructure for integration testing
2 unresolved threads
2 unresolved threads
See https://gitlab.indiscale.com/caosdb/customers/lfpb/management/-/issues/359. This MR only adds infrastructure for the triggering and set-up of the integration tests. The actual additions are in caosdb-juliainttest!1 (merged).
Edited by Florian Spreckelsen
Merge request reports
Activity
1 1 FROM julia:1.6 2 2 3 3 RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/buster-backports.list 4 RUN apt-get update && apt-get install -y git python3-pip 4 RUN apt-get update 5 5 RUN apt-get install -y cmake/buster-backports 6 RUN apt-get install -y git 7 RUN apt-get install -y python3-pip 8 RUN apt-get install -y curl 9 10 # Dirty workaround for java not linking to the correct manpage directory (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199) 11 RUN mkdir -p /usr/share/man/man1 mentioned in commit c3440c72
Please register or sign in to reply