aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-29 09:01:39 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-01 23:35:35 -0400
commite7944bfbc61b56d3a8c70550897d8e3c34f3eab3 (patch)
tree27eda5f22c528150bb87007e7e4fb3580c1a7086
parente7a21be0ca3cf7152b5798317fff346220caae32 (diff)
downloadcbt-e7944bfbc61b56d3a8c70550897d8e3c34f3eab3.tar.gz
cbt-e7944bfbc61b56d3a8c70550897d8e3c34f3eab3.tar.bz2
cbt-e7944bfbc61b56d3a8c70550897d8e3c34f3eab3.zip
enable git dependencies in cbt’s own build in circle
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 467c72d..08d9182 100644
--- a/circle.yml
+++ b/circle.yml
@@ -14,6 +14,7 @@ dependencies:
compile:
override:
+ - rm ~/.gitconfig # avoid url replacement breaking jgit
- ./cbt direct compile
- ./cbt direct test.compile
- ./cbt compile
@@ -22,7 +23,6 @@ compile:
test:
override:
- - rm ~/.gitconfig # avoid url replacement breaking jgit
- ./cbt direct test.run slow:
timeout: 1800
- ./cbt direct test.run slow: