Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 14:43:56 +00:00
parent 5ef5862219
commit bcf0e83526

View File

@ -35,6 +35,8 @@ build-job: # This job runs in the build stage, which runs first.
- echo "execute make" - echo "execute make"
- make - make
- echo "Compile complete." - echo "Compile complete."
- ls -la
- echo "build files listed."
unit-test-job: # This job runs in the test stage. unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully. stage: test # It only starts when the job in the build stage completes successfully.