BuildAppImage: image: ubuntu:trusty before_script: - apt-get update -qq - chmod +x install_dependencies.sh - ./install_dependencies.sh script: - cd /builds/mana-launcher/mplusbuilder - chmod +x build.sh - chmod +x linuxdeploy-x86_64.AppImage - ./build.sh - cd - find / -type f -name "*.AppImage" artifacts: paths: - "ManaPlus-x86_64.AppImage"