From 9063e46794baf52ea7db13be6dce3392c184cb33 Mon Sep 17 00:00:00 2001 From: Matthias Held Date: Tue, 1 Dec 2020 19:54:38 +0100 Subject: list files --- .travis.yml | 91 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 46 insertions(+), 45 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7d73ab..bc97253 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,49 +31,49 @@ jobs: allow_failures: - env: "CHECKSTYLE=2" include: - - stage: test - php: 7.2 - env: - - DB=mysql - script: - - cd apps/$APP_NAME/ - - phpunit --configuration phpunit.xml - - stage: test - php: 7.2 - env: - - DB=pgsql - script: - - cd apps/$APP_NAME/ - - phpunit --configuration phpunit.xml - - stage: test - php: 7.2 - env: - - DB=mysql - script: - - cd apps/$APP_NAME/ - - phpunit --configuration phpunit.xml - - stage: test - php: 7.2 - env: - - DB=mysql - - CHECKSTYLE=1 - script: - - ./occ app:check-code $APP_NAME -c private -c strong-comparison - - stage: test - php: 7.2 - env: - - DB=mysql - - CHECKSTYLE=2 - script: - - ./occ app:check-code $APP_NAME -c deprecation - - stage: report - php: 7.2 - env: - - DB=sqlite - script: - - cd tests - - wget https://codecov.io/bash -O codecov.sh - - bash codecov.sh +# - stage: test +# php: 7.2 +# env: +# - DB=mysql +# script: +# - cd apps/$APP_NAME/ +# - phpunit --configuration phpunit.xml +# - stage: test +# php: 7.2 +# env: +# - DB=pgsql +# script: +# - cd apps/$APP_NAME/ +# - phpunit --configuration phpunit.xml +# - stage: test +# php: 7.2 +# env: +# - DB=mysql +# script: +# - cd apps/$APP_NAME/ +# - phpunit --configuration phpunit.xml +# - stage: test +# php: 7.2 +# env: +# - DB=mysql +# - CHECKSTYLE=1 +# script: +# - ./occ app:check-code $APP_NAME -c private -c strong-comparison +# - stage: test +# php: 7.2 +# env: +# - DB=mysql +# - CHECKSTYLE=2 +# script: +# - ./occ app:check-code $APP_NAME -c deprecation +# - stage: report +# php: 7.2 +# env: +# - DB=sqlite +# script: +# - cd tests +# - wget https://codecov.io/bash -O codecov.sh +# - bash codecov.sh - stage: release php: 7.2 env: @@ -91,6 +91,7 @@ jobs: - cd apps/$APP_NAME/ - krankerl package - cd ../.. + - ls -la - ./occ integrity:sign-app --privateKey="$HOME/.nextcloud/certificates/ransomware_detection.key" --certificate="$HOME/.nextcloud/certificates/ransomware_detection.crt" --path="$(pwd)/apps/$APP_NAME/build/artifacts/ransomware_detection" - gh auth login --with-token <<< $GITHUB_TOKEN #- gh release create $TRAVIS_TAG build/artifacts/ransomware_detection.tar.gz -t $TRAVIS_TAG @@ -98,6 +99,6 @@ jobs: #- krankerl publish https://github.com/undo-ransomware/ransomware_detection/releases/download/$TRAVIS_TAG/ransomware_detection.tar.gz stages: - - test - - report +# - test +# - report - release -- cgit v1.2.3