Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2020-12-01 21:54:38 +0300
committerMatthias Held <ilovemilk@wusa.io>2020-12-01 21:54:38 +0300
commit9063e46794baf52ea7db13be6dce3392c184cb33 (patch)
tree28b7758e7ee30e57e783f8dcbe68b743499208fe
parent1d98943ce263bcae7991724b7c737c1f3a7db832 (diff)
list files
-rw-r--r--.travis.yml91
1 files 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