Commit 0defb19c authored by Matthias Simon's avatar Matthias Simon
Browse files

Add package-job

parent 8c628dde
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -16,3 +16,12 @@ format-check:
        echo "Please run ./build-aux/format-and-check locally and fix issues. Thanks."
        echo "Please run ./build-aux/format-and-check locally and fix issues. Thanks."
        exit 1
        exit 1
      fi
      fi

package:
  stage: package
  script:
    - make
  artifacts:
    paths:
      - *.zip
    expire_in: 1 week