Skip to content

Commit

Permalink
apply code style
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Feb 27, 2019
1 parent ec9cf4f commit 397d6bf
Show file tree
Hide file tree
Showing 369 changed files with 11,120 additions and 11,568 deletions.
22 changes: 11 additions & 11 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ workspace:
path: src

branches:
- master
- master

clone:
git:
Expand All @@ -23,43 +23,43 @@ pipeline:
image: owncloudci/nodejs:11
pull: true
commands:
- cd docs/
- yarn install
- cd docs/
- yarn install

docs-validate:
image: owncloudci/nodejs:11
pull: true
commands:
- cd docs/
- yarn validate
- cd docs/
- yarn validate

docs-build:
image: owncloudci/nodejs:11
pull: true
commands:
- cd docs/
- yarn antora
- cd docs/
- yarn antora

docs-pdf:
image: owncloudci/asciidoctor:latest
pull: true
commands:
- cd docs/
- make pdf
- cd docs/
- make pdf

docs-artifacts:
image: owncloud/ubuntu:latest
pull: true
commands:
- tree docs/public/
- tree docs/public/

cache-rebuild:
image: plugins/s3-cache:1
pull: true
secrets: [ cache_s3_endpoint, cache_s3_access_key, cache_s3_secret_key ]
rebuild: true
mount:
- docs/cache
- docs/cache
when:
local: false
event: [ push ]
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: android
jdk:
- oraclejdk8
- oraclejdk8

# INSTRUMENTED TESTS ARE DISABLED - until Google or Travis fix the mess with emulation, only local tests are enabled
# - sys-img-armeabi-v7a-android-24
Expand All @@ -24,11 +24,11 @@ install:
# - ./wait_for_emulator.sh
script:
# force init of adb way before any Gradle task that uses ADB; prevents a timeout error that skips emulators of android-24
- adb devices
- adb devices
# build app and assemble APK, in debug mode
- ./gradlew :owncloudApp:assembleDebug
- ./gradlew :owncloudApp:assembleDebug
# run all the local unit tests of app module
- ./gradlew :owncloudApp:testDebug
- ./gradlew :owncloudApp:testDebug
# run all the instrumented tests of app module - DISABLED until we get an stable setup for Espresso in Travis
# - ./gradlew :owncloudApp:connectedDebugAndroidTest --info
# install app, then assemble and install instrumented tests of app module
Expand Down
Loading

0 comments on commit 397d6bf

Please sign in to comment.