Skip to content
Snippets Groups Projects

Enable GitLab-CI

Merged Henrik Henriksson requested to merge ci-build into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 6
0
build:
image: gcc
artifacts:
untracked: true
script:
- g++ -std=c++17 hello-world.cpp -o hello
Loading