Update .gitlab-ci.yml file

main
Maxence LANONE 3 years ago
parent ce21d5ec63
commit 26968d98c0

@ -16,7 +16,8 @@ build:
# before_script:
# - apt update && apt -y install make autoconf
script:
- g++ helloworld.cpp -o mybinary
- make clean
- make
artifacts:
paths:
- mybinary

Loading…
Cancel
Save