Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,10 @@ cache: # In this case we have only the test job which produce an artifacts (it must be placed into a directory called "public") # It is also specified that only the master branch will be subject of this job. stages: - build - test build: script: - make build Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,10 @@ cache: # In this case we have only the test job which produce an artifacts (it must be placed into a directory called "public") # It is also specified that only the master branch will be subject of this job. stages: - build - test build: script: - make build Loading