Skip to content

Commit

Permalink
Compile bdcs-cli before running image build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 15, 2018
1 parent 23ce164 commit 67e358d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ test-in-docker: Dockerfile.build

ci: test-in-docker

test-images:
# this is executed on a Fedora 27 system in Jenkins
# so first compile the binaries and then run image build tests
test-images: bdcs-cli
./tests/test_images.sh

ci_after_success:
Expand Down

0 comments on commit 67e358d

Please sign in to comment.