Revert "Embed cmark."

This reverts commit f35001112dc740ed827e4a4de6e4bb3d94b0e466
This commit is contained in:
Black Hat
2019-07-20 11:13:09 +00:00
parent 7d38d05bab
commit 2defc5a134
45 changed files with 740 additions and 6145 deletions

View File

@@ -20,25 +20,3 @@ build-flatpak:
paths:
- flatpak/spectral.flatpak
build-appimage:
image: registry.gitlab.com/b0/qt-olm-docker
stage: build
before_script:
- git submodule update --init --recursive
script:
- mkdir -p ccache
- export CCACHE_BASEDIR=${CI_PROJECT_DIR}
- export CCACHE_DIR=${CI_PROJECT_DIR}/ccache
- /opt/qt512/bin/qt512-env.sh
- /opt/qt512/bin/qmake CONFIG+=debug CONFIG+=qml_debug CONFIG+=ccache PREFIX=/usr
- make
- make INSTALL_ROOT=appdir install
- /usr/bin/linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports -qmake=/opt/qt512/bin/qmake
cache:
key: "appimage-$CI_COMMIT_REF_SLUG"
paths:
- ccache/
artifacts:
paths:
- Spectral*.AppImage