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


                      

                                           
 


                    
BuildAppImage:
  image: ubuntu:trusty
  script:
    - cd /builds/mana-launcher/mplusbuilder
    - ./build.sh

  artifacts:
    paths:
      - "*.AppImage*"