Skip to content
Snippets Groups Projects

Add gitlab CI configuration.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7 +5,7 @@ stages:
- deploy
before_script:
- apt-get update -yqq \
- apt-get update -yqq
&& apt-get install -yqq --no-install-recommends
make
g++
Loading