Skip to content
Snippets Groups Projects
.gitlab-ci.yml 254 B
Newer Older
  • Learn to ignore specific revisions
  • nrbffs's avatar
    nrbffs committed
    image: registry.gitlab.com/freifunk-region/stuttgart/buildenv:master
    
    variables:
      GIT_SUBMODULE_STRATEGY: normal
    
    stages:
      - build
    
    build:
      stage: build
      script:
        - ./buildall.sh
      artifacts: 
        paths:
          - gluon/output/
        expire_in: 1 day