From b3bc167898ecc588bbaa2c7668afa8df38e59043 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Thu, 27 Oct 2016 16:50:47 +0100 Subject: [PATCH] circleci: run make before make install --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 4c0c86e0..73b05099 100644 --- a/circle.yml +++ b/circle.yml @@ -26,7 +26,7 @@ dependencies: - yarn global add triton - echo '{"url":"https://eu-ams-1.api.joyent.com","account":"'$SDC_ACCOUNT'","keyId":"c3:30:35:9b:85:48:73:44:31:cc:4b:2e:6a:00:16:e2","name":"eu-ams-1","curr":true}' | triton profile create -f - override: - - make install + - make && make install test: override: