File tree Expand file tree Collapse file tree 9 files changed +25
-8
lines changed
Expand file tree Collapse file tree 9 files changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ ENV CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-4}
1919
2020FROM devel AS build
2121RUN cmake -version
22- RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
22+ RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON \
23+ -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
24+ -DBUILD_DOTNET_EXAMPLES=OFF
2325RUN cmake --build build --target all -v
2426RUN cmake --build build --target install -v
2527
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ ENV CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-4}
1515
1616FROM devel AS build
1717RUN cmake -version
18- RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
18+ RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON \
19+ -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
20+ -DBUILD_DOTNET_EXAMPLES=OFF
1921RUN cmake --build build --target all -v
2022RUN cmake --build build --target install -v
2123
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ ARG CMAKE_BUILD_PARALLEL_LEVEL
1212ENV CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-4}
1313
1414FROM devel AS build
15- RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
15+ RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON \
16+ -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
17+ -DBUILD_DOTNET_EXAMPLES=OFF
1618RUN cmake --build build --target all -v
1719RUN cmake --build build --target install
1820
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ ENV CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-4}
2222
2323FROM devel AS build
2424RUN cmake -version
25- RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
25+ RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON \
26+ -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
27+ -DBUILD_DOTNET_EXAMPLES=OFF
2628RUN cmake --build build --target all -v
2729RUN cmake --build build --target install -v
2830
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ ENV CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-4}
1616
1717FROM devel AS build
1818RUN cmake -version
19- RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
19+ RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON \
20+ -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
21+ -DBUILD_DOTNET_EXAMPLES=OFF
2022RUN OPENSSL_ENABLE_SHA1_SIGNATURES=1 cmake --build build --target all -v
2123RUN cmake --build build --target install -v
2224
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ ENV CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-4}
2222
2323FROM devel AS build
2424RUN cmake -version
25- RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
25+ RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON \
26+ -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
27+ -DBUILD_DOTNET_EXAMPLES=OFF
2628RUN cmake --build build --target all -v
2729RUN cmake --build build --target install -v
2830
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ ENV CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-4}
1919
2020FROM devel AS build
2121RUN cmake -version
22- RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
22+ RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON \
23+ -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
24+ -DBUILD_DOTNET_EXAMPLES=OFF
2325RUN cmake --build build --target all -v
2426RUN cmake --build build --target install -v
2527
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN cmake -S. -Bbuild -DBUILD_DEPS=OFF \
1919 -DUSE_SCIP=ON \
2020 -DBUILD_DOTNET=ON \
2121 -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
22+ -DBUILD_DOTNET_EXAMPLES=OFF \
2223 -DBUILD_googletest=ON
2324RUN cmake --build build --target all -v
2425RUN cmake --build build --target install
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ ENV CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-4}
1818
1919FROM devel AS build
2020RUN cmake -version
21- RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
21+ RUN cmake -S. -Bbuild -DBUILD_DOTNET=ON \
22+ -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF \
23+ -DBUILD_DOTNET_EXAMPLES=OFF
2224RUN cmake --build build --target all -v
2325RUN cmake --build build --target install -v
2426
You can’t perform that action at this time.
0 commit comments