summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2016-07-05 13:57:03 -0500
committerRene Rivera <grafikrobot@gmail.com>2016-07-05 13:57:03 -0500
commit8ec773bbc3dca26f0e07a0e96c3f050f0e1191bc (patch)
treeee972849855319a09a5a37f26f550e243bf067c0 /circle.yml
parentb6a4127581f6a0bd7c5f63ca3ee7e29a49372806 (diff)
downloadboost-8ec773bbc3dca26f0e07a0e96c3f050f0e1191bc.tar.gz
Lets try having CircleCI do release building.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 1bd2951e13..573c3468eb 100644
--- a/circle.yml
+++ b/circle.yml
@@ -6,7 +6,7 @@
machine:
environment:
- SCRIPT: ci_boost_status
+ SCRIPT: ci_boost_release
pre:
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ${HOME}
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_status.py" -P ${HOME}