Lets try having CircleCI do release building.

This commit is contained in:
Rene Rivera 2016-07-05 13:57:03 -05:00
parent b6a4127581
commit 8ec773bbc3

View file

@ -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}