diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f7cdc3f0a6..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,70 +0,0 @@ -os: linux -if: tag IS blank -language: java -dist: trusty -git: - lfs_skip_smudge: true -install: - - git lfs pull -addons: - apt: - packages: - - wine - - xvfb -before_cache: - - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ -cache: - directories: - - $HOME/.gradle/caches/ - - $HOME/.gradle/wrapper/ - - .git/lfs -before_install: - - cd Quelea - - chmod +x gradlew - - chmod +x build-install.sh - - wget http://files.jrsoftware.org/is/5/innosetup-5.6.1.exe - - wineboot --update - - Xvfb :0 -screen 0 1024x768x16 & - - DISPLAY=:0.0 wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES -jdk: - - oraclejdk11 -jobs: - include: - - stage: build - script: - - "./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist" - - PREVDIR="$(pwd)" - - cd $(mktemp -d) - - git clone https://quelea-bot:${QBOT_TOKEN}@github.com/quelea-projection/quelea-projection.github.io.git ./repo - - cp $PREVDIR/dist/missinglabels.js repo/lang/ - - cd repo - - ls -l lang/ - - git add lang/missinglabels.js - - git commit -m "Update missing labels file" || ls -l - - if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then git push; fi - - cd $PREVDIR - - stage: test - script: - - "./gradlew clean test" - -before_deploy: - - git config --global user.email "builds@travis-ci.com" - - git config --global user.name "Travis CI" - - export GIT_TAG=CI-RELEASE - - export RELEASE_DESCRIPTION="**CI Build $TRAVIS_BUILD_NUMBER - not to be used in production.**
Quelea is also distributed as a Linux snap package. To install it, make sure snap is installed then run:
sudo snap install --edge quelea

SHA256 hashes:

Windows x64$(sha256sum dist/standalone/quelea-CI-UNSTABLE-x64-windows-install.exe | cut -d ' ' -f 1)
Crossplatform$(sha256sum dist/standalone/quelea-CI-UNSTABLE-crossplatform-install.jar | cut -d ' ' -f 1 )
Mac$(sha256sum dist/standalone/quelea-CI-UNSTABLE-mac.zip | cut -d ' ' -f 1 )
" - - git tag -f $GIT_TAG -a -m "CI Build $TRAVIS_BUILD_NUMBER - not to be used in production." - - git push --delete https://quelea-bot:${QBOT_TOKEN}@github.com/quelea-projection/Quelea CI-RELEASE - - git push -q https://quelea-bot:${QBOT_TOKEN}@github.com/quelea-projection/Quelea --tags -deploy: - - provider: releases - token: - secure: UvpF9ALbHGsIFQv1SzH240WjdS6cZ/+sCbuGirMgtcIrtHCKd7p7ZfdGWRAtO4qxIY5Lu3QRuoT+oLMC1gJyF/pAq7CO53SDyJBwfACcQWrz1n5X5XJZngKwZGDVhVzTCqFWLpi1K/DWDj5jGv3kPj8RprZXZbSKqgQYXd2ZTe98c1irm45OY+IOJjlYd3AsWxjgseMSozj1t3iGzp0Y1b87OeV9494XtvT39d5t7Mozq2cP77gPFfQGWS8I4kTlAJtOK27ghkkyIciYTWln7+qZXSL1/wXQ09f4/yG1LFpsm1yaBn4qud8lxYaJXGVBGW9tH84l3v1+QUdD5aCX7kNoLbxbR388KwJPLshPw0Pu+wUPywiI3GDXUYFyotGEiy701qPSMrV/7N9TdLpeYaG5MRmJm81X9B8AY9soFpdpoB5XPz6XSxw1Tu4X+Sfccwn++q0hiLEW5KxA8ItF8LKVOhTDW3qlO440thPthJiBr+jzEUCGX6pxjFZqd788SfGFaqI03JsBrDoDg34nOqoOvoSi5CqkSemLYJVkG8euXZGcDVbDOpT9YH92Nv56NRKxsoEgQqjXR7XQR1MIhFmidBs6+BJ21hbAwy/WMPMDso8hGz306j3iWesv1DquYP4jo7u3LHhAYwLrttWcYlcqz+91sJfdeFPWNnIx3vI= - file_glob: true - file: dist/standalone/* - tag_name: $GIT_TAG - prerelease: true - overwrite: true - release_notes: $RELEASE_DESCRIPTION - target_commitish: $TRAVIS_COMMIT - edge: true diff --git a/Quelea/izpack/standalone-compiler.jar b/Quelea/izpack/standalone-compiler.jar deleted file mode 100644 index 56623a1b7b..0000000000 Binary files a/Quelea/izpack/standalone-compiler.jar and /dev/null differ diff --git a/Quelea/osx/JavaApplicationStub b/Quelea/osx/JavaApplicationStub deleted file mode 100644 index 985f0a2136..0000000000 Binary files a/Quelea/osx/JavaApplicationStub and /dev/null differ diff --git a/Quelea/osx/jarbundler-2.2.0.jar b/Quelea/osx/jarbundler-2.2.0.jar deleted file mode 100644 index 24cca23174..0000000000 Binary files a/Quelea/osx/jarbundler-2.2.0.jar and /dev/null differ