1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 23:47:07 -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

View File

@ -18,6 +18,12 @@ $GOPATH/bin/build --os=openbsd --arch=amd64 --zip
INSTALL_DIR=_install INSTALL_DIR=_install
git clone "https://github.com/v2ray/install.git" ${INSTALL_DIR} 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/ cp $GOPATH/bin/v2ray-${TRAVIS_TAG}-linux-64/v2ray ${INSTALL_DIR}/docker/official/
pushd ${INSTALL_DIR} pushd ${INSTALL_DIR}