Update .travis.yml, .gitlab-ci.yml, flatpak/org.eu.encom.spectral.yaml, .ci/bintray-release.json files

Deleted flatpak/org.eu.encom.matrique.yaml
This commit is contained in:
Black Hat
2018-09-17 13:14:26 +00:00
parent 81a7172f29
commit 3028580cf2
5 changed files with 14 additions and 34 deletions

View File

@@ -10,13 +10,13 @@ install:
- git submodule update --init --recursive
script:
- qmake matrique.pro PREFIX="${DEPLOY_DIR}"
- qmake spectral.pro PREFIX="${DEPLOY_DIR}"
- make
- make install
- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml
- macdeployqt ${DEPLOY_DIR}/bin/spectral.app -dmg -qmldir=qml
before_deploy:
- mv ${DEPLOY_DIR}/bin/matrique.dmg ./
- mv ${DEPLOY_DIR}/bin/spectral.dmg ./
- sed -i -e "s/TRAVIS_BUILD_NUMBER/${TRAVIS_BUILD_NUMBER}/g" .ci/bintray-release.json
deploy: