Commit 6cbf4031 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

install make on alpine

parent 93c6c322
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ build:
  image: alpine:latest
  rules:
    - if: $CI_COMMIT_TAG
  before_script:
    - apk add --no-cache make  
  script:
    - make package
    - echo $CI_COMMIT_TAG  > package/VERSION