Skip to content
Snippets Groups Projects

add gitlab ci

Merged Hugo Trentesaux requested to merge hugo-gitlab-ci into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -6,6 +6,7 @@ stages:
- build
build:
stage: build
# image used for this build
image: rust
# build script
Loading