Update .gitlab-ci.yml file

main
Maxence LANONE 3 years ago
parent ce21d5ec63
commit 26968d98c0

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

Loading…
Cancel
Save