Configure basic CI pipeline
Create and configure Gitlab CI pipeline to build and test the project automatically for every push
on the master
branch and every merge request
.
-
Create .gitlab-ci.yml
file-
Configure build stage -
Configure test stage
-