Skip to content
Snippets Groups Projects

Make cicd work

Merged Jan Reher requested to merge make-cicd-work into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -10,6 +10,10 @@ build:
# install the necessary build tools when needed
# before_script:
# - apt update && apt -y install make autoconf
before_script:
- apt-get update --yes
- apt-get install --yes cmake
script:
- mkdir build
- cd build
Loading