Skip to content
Snippets Groups Projects
Commit 0e419578 authored by Matthias Desrumaux's avatar Matthias Desrumaux
Browse files

Fix run before build

parent bd7d1678
No related branches found
No related tags found
No related merge requests found
Pipeline #1938 failed
...@@ -8,5 +8,4 @@ WORKDIR /idp ...@@ -8,5 +8,4 @@ WORKDIR /idp
COPY . lib COPY . lib
RUN echo "cmake_minimum_required(VERSION 3.1)\nadd_subdirectory( lib )" > CMakeLists.txt RUN echo "cmake_minimum_required(VERSION 3.1)\nadd_subdirectory( lib )" > CMakeLists.txt
RUN mkdir builds && cd builds RUN mkdir builds && cd builds && cmake .. && make
RUN cmake .. && make \ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment