change capitalization of dockerfile
This commit is contained in:
parent
d09e5a9e41
commit
93d02a2cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +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}/
|
||||
- cp dockerfile ${BUILD_DIR}/
|
||||
- cd ${BUILD_DIR}
|
||||
- cmake .. ${CMAKE_OPTIONS}
|
||||
- make -j$(nproc)
|
||||
|
|
|
|||
Reference in a new issue