Sha256: c444a4f706a50483b2b1b0c591365e73531285559630fdb7af20cc32946e3ae5

Contents?: true

Size: 722 Bytes

Versions: 3

Compression:

Stored size: 722 Bytes

Contents

---
# See http://zimbatm.github.io/cide/#man/cide.yml.1 for more documentation

# Docker image to base the build on. Find images at http://index.docker.io/
from: ubuntu

# Commands run as root
as_root:
#  add: []
#  env: {}
#  run: []

# Whenever to inject ssh keys into the project
use_ssh: false

# Commands run as "cide", used for caching build depedencies
before:
#  add: []
#  env: {}
#  run: []

# Folder path who contains artifacts to export
export_dir:

# Linked-containers to run along the tests
links:
# - { image: 'redis:2.6', run: 'redis-server' }

# Sets additional environment variables
env: {}

# Packaging configuration
package:
#  add_version: short_sha # sha or auto

# Main script to run
run: script/ci

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cide-0.9.2 lib/cide/default_cide.yml
cide-0.9.1 lib/cide/default_cide.yml
cide-0.9.0 lib/cide/default_cide.yml