copy dockerfile to build dir

This commit is contained in:
Thomas Schleicher 2024-10-22 19:48:36 +02:00
parent a3618439c2
commit d09e5a9e41

View file

@ -16,6 +16,7 @@ build_job:
- apt-get update -y
- apt-get install -y --no-install-recommends cmake libboost-all-dev
- mkdir -p ${BUILD_DIR}
- cp Dockerfile ${BUILD_DIR}/
- cd ${BUILD_DIR}
- cmake .. ${CMAKE_OPTIONS}
- make -j$(nproc)