1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00

Update release-ci.sh

This commit is contained in:
Darien Raymond 2017-01-11 17:53:43 +01:00 committed by GitHub
parent 634f29335c
commit 0002c436b5

@ -18,6 +18,12 @@ $GOPATH/bin/build --os=openbsd --arch=amd64 --zip
INSTALL_DIR=_install
git clone "https://github.com/v2ray/install.git" ${INSTALL_DIR}
rm -rf ${INSTALL_DIR}/releases/
mkdir ${INSTALL_DIR}/releases/
cp $GOPATH/bin/metadata.txt ${INSTALL_DIR}/releases/
cp $GOPATH/bin/v2ray-*.zip ${INSTALL_DIR}/releases/
cp $GOPATH/bin/v2ray-${TRAVIS_TAG}-linux-64/v2ray ${INSTALL_DIR}/docker/official/
pushd ${INSTALL_DIR}