FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Initial ci config without deployment and coverage by gabor-boros · Pull Request #20 · rethinkdb/rethinkdb-java · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yml  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
31 changes: 31 additions & 0 deletions .travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
dist: xenial
language: java

jdk:
- openjdk8

services:
- docker

before_install:
- docker pull rethinkdb:latest
- docker run -d -p 28015:28015 -p 29015:29015 -p 8080:8080 rethinkdb:latest
- docker ps -a

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/

# Exclude the signArchives tasks, since the deploy configuration will be
# added when vault is set up. The secrets should come from there.
# TODO: @gabor-boros Integrate vault
install:
- ./gradlew assemble --exclude-task signArchives
Comment thread
NotJustAnna marked this conversation as resolved.

notifications:
email: false

Back | FazBrowse Home | New Git URL