Loading .gitlab-ci.yml 0 → 100644 +7 −0 Original line number Diff line number Diff line stages: - build build-job: stage: build script: - echo "This is where code compilation would go ..." Loading
.gitlab-ci.yml 0 → 100644 +7 −0 Original line number Diff line number Diff line stages: - build build-job: stage: build script: - echo "This is where code compilation would go ..."