Skip to content

Commit

Permalink
Build the e2e binary in CI (openshift#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie authored and Jay Boyd committed Jan 4, 2018
1 parent 4e2dcef commit c1c69cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ cache:
directories:
- .glide
script:
- make verify build test images
- make verify build build-e2e test images
deploy:
skip_cleanup: true
provider: script
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -281,7 +281,9 @@ test-integration: .init $(scBuildImageTarget) build
clean-e2e:
rm -f $(BINDIR)/e2e.test

test-e2e: .generate_files $(BINDIR)/e2e.test
build-e2e: .generate_files $(BINDIR)/e2e.test

test-e2e: build-e2e
$(BINDIR)/e2e.test

clean: clean-bin clean-build-image clean-generated clean-coverage
Expand Down

0 comments on commit c1c69cf

Please sign in to comment.