Sha256: 13f6147f7843b019536c3b49e4ef72031fb03532a33e7166b982f036a1578df6
Contents?: true
Size: 645 Bytes
Versions: 3
Compression:
Stored size: 645 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: # - { from: 'redis:2.6', run: 'redis-server' } # Sets additional environment variables env: {} # Main script to run run: script/ci
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cide-0.6.2 | lib/cide/default_cide.yml |
cide-0.6.1 | lib/cide/default_cide.yml |
cide-0.6.0 | lib/cide/default_cide.yml |