summaryrefslogblamecommitdiff
path: root/.gitlab-ci.yml
blob: 3610564fae88c6f4781c542c9a1a55bffcc59630 (plain) (tree)
1
2
3
4
5
6
7
8




                      


                    
BuildAppImage:
  image: ubuntu:trusty
  script:
    - build.sh

  artifacts:
    paths:
      - "*.AppImage*"