Skip to content

Commit 3033d92

Browse files
test builds 12
1 parent 7e9cf0d commit 3033d92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ RUN apt-get update
66
RUN apt-get install -y build-essential cmake git python3 python3-pip python3-venv
77

88
WORKDIR /home/build-dir
9-
10-
COPY . .
119
RUN cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/build-dir/install
1210
RUN cmake --build build -j10
11+
1312
WORKDIR /home/build-dir/build
1413
RUN ctest --output-on-failure
14+
1515
WORKDIR /home/build-dir
16+
RUN cmake --build build --target install

0 commit comments

Comments
 (0)