Skip to content
Snippets Groups Projects
Verified Commit ac201e7b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent f7a91d70
No related branches found
No related tags found
No related merge requests found
Pipeline #9653 failed
......@@ -10,7 +10,7 @@ RUN apt-get install -y python3-pip
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y build-essential autoconf libtool pkg-config
RUN apt-get install -y openjdk-11-jdk-headless
WORKDIR /
......@@ -21,4 +21,5 @@ RUN pip3 install -r build-requirements.txt
COPY . /libcaosdb/
WORKDIR /libcaosdb
RUN rm git rev-parse HEAD > libcaosdb_commit
RUN rm -rf .git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment