Sha256: 6f77568449284d7c6fbea90d20a185d94c8a8d719bbb6baf689e3bdaf6d31542
Contents?: true
Size: 882 Bytes
Versions: 1
Compression:
Stored size: 882 Bytes
Contents
version: 2.0 references: test: &test docker: - image: tmaier/docker-compose environment: COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml steps: - checkout - setup_remote_docker - run: name: setup command: | set -x docker info docker volume create project docker create -v project:/app --name project busybox chown -R 1000:1000 /app docker cp . project:/app docker start project docker-compose build $CIRCLE_JOB - run: name: test command: | docker-compose run $CIRCLE_JOB bundle exec rake test jobs: ruby-2-6: <<: *test ruby-2-5: <<: *test ruby-2-4: <<: *test workflows: version: 2 test_and_buld: jobs: - ruby-2-6 - ruby-2-5 - ruby-2-4
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
language_server-protocol-3.14.0.1 | circle.yml |