Skip to content
Snippets Groups Projects

TST: Add CI infrastructure for integration testing

Merged Florian Spreckelsen requested to merge f-int-tests into dev
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • 6 6 Manually add a docstring here:
    7 7
    8 8 ```@docs
    9 CaosDB.Utility.get_env_var(var, default)
    9 CaosDB.Utility.get_env_var(::AbstractString, ::AbstractString)
  • mentioned in commit c3440c72

  • Please register or sign in to reply
    Loading