Skip to content
Snippets Groups Projects

Add gitlab ci

Merged Nicolas Werner requested to merge gitlab-ci2 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -80,6 +80,7 @@ build-gcc7:
build-macos:
stage: build
tags: [macos]
needs: []
before_script:
- brew update
- brew bundle --file=./.ci/macos/Brewfile
@@ -105,6 +106,7 @@ linting:
stage: build
image: alpine:latest
tags: [docker]
needs: []
before_script:
- apk update && apk add clang make git
script:
Loading