move the URLs for boost-ci to boostorg

This commit is contained in:
James E. King III
2018-11-21 17:43:54 -05:00
parent 3fd45d2183
commit 24deb33156
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
#
# Generic Travis CI build script for boostorg repositories
# See: https://github.com/jeking3/boost-ci
# See: https://github.com/boostorg/boost-ci
#
# Instructions for customizing this script for your library:
#
@@ -36,7 +36,7 @@ env:
- B2_VARIANT=variant=release,debug
install:
- git clone https://github.com/jeking3/boost-ci.git boost-ci
- git clone https://github.com/boostorg/boost-ci.git boost-ci
- cp -pr boost-ci/ci boost-ci/.codecov.yml .
- source ci/travis/install.sh

View File

@@ -5,7 +5,7 @@
#
# Generic Appveyor build script for boostorg repositories
# See: https://github.com/jeking3/boost-ci/
# See: https://github.com/boostorg/boost-ci/
#
# Instructions for customizing this script for your library:
#
@@ -109,7 +109,7 @@ environment:
install:
- set SELF=%APPVEYOR_PROJECT_NAME:-=_%
- git clone https://github.com/jeking3/boost-ci.git C:\boost-ci
- git clone https://github.com/boostorg/boost-ci.git C:\boost-ci
- xcopy /s /e /q /i C:\boost-ci\ci .\ci
- ci\appveyor\install.bat