Loading .gitlab-ci.yml 0 → 100644 +9 −0 Original line number Diff line number Diff line image: <your docker registry>:5000/build-env build: script: - cd cmake - mkdir -p build - cd build - cmake .. - make -j No newline at end of file Loading
.gitlab-ci.yml 0 → 100644 +9 −0 Original line number Diff line number Diff line image: <your docker registry>:5000/build-env build: script: - cd cmake - mkdir -p build - cd build - cmake .. - make -j No newline at end of file