Created
October 18, 2021 12:45
-
-
Save ycnakajsph/5de914efe44293a7695825f1a7ec093d to your computer and use it in GitHub Desktop.
.gitlab-ci.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build-project: | |
stage : build | |
script: | |
- mkdir Step7_build | |
- cd Step7_build | |
- cmake ../Step7 && cmake --build . && make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment