Skip to content

Commit fd5ea8d

Browse files
committed
Use makefile in circle
1 parent b285f6e commit fd5ea8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

circle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ machine:
88
CODECLIMATE_DOCKER_REGISTRY_USERNAME: circleci
99
CODECLIMATE_DOCKER_REGISTRY_EMAIL: [email protected]
1010

11+
dependencies:
12+
override: #noop
13+
1114
test:
1215
override:
13-
- bundle exec rake
14-
- docker build -t=$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM .
16+
- IMAGE_NAME="$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM" make test
1517

1618
deployment:
1719
registry:

0 commit comments

Comments
 (0)