Sha256: 15f7124c35d07dc0d30d5b7e9419c0a851bd074bfa1a64e0671a91d510c502fd

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

# setup default base image
BASE_IMAGE ?= ruby:2.6-alpine

build:
	docker-compose build --build-arg BASE_IMAGE="$(BASE_IMAGE)"

lint: build
	docker-compose run app sh -c 'bundle exec rubocop'

test: build
	docker-compose run app sh -c 'bundle exec rspec'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
percy-common-3.1.9 Makefile
percy-common-3.1.8 Makefile
percy-common-3.1.7.pre.beta Makefile