summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 2124c2b81206dcf2a2e8b71000e88dee0a4cfd59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
BuildAppImage:
  image: ubuntu:trusty
  script:
    - cd /builds/mana-launcher/mplusbuilder
    - chmod +x build.sh
    - chmod +x linuxdeploy-x86_64.AppImage
    - build.sh

  artifacts:
    paths:
      - "*.AppImage*"