summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 44e67d83b2390eed9d5a2300a5cebefe54f98bde (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*"