mirror of
https://github.com/boostorg/io.git
synced 2025-07-29 11:57:14 +02:00
Update Travis and Appveyor configurations
This commit is contained in:
@ -39,18 +39,20 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b %BOOST_BRANCH% https://github.com/boostorg/boost.git boost
|
- git clone -b %BOOST_BRANCH% https://github.com/boostorg/boost.git boost
|
||||||
- cd boost
|
- cd boost
|
||||||
- git submodule update --init tools/build
|
- git submodule init libs/assert
|
||||||
- git submodule update --init libs/config
|
- git submodule init libs/config
|
||||||
- git submodule update --init tools/boostdep
|
- git submodule init libs/core
|
||||||
|
- git submodule init libs/headers
|
||||||
|
- git submodule init tools/build
|
||||||
|
- git submodule init tools/boost_install
|
||||||
|
- git submodule update
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\io\
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\io\
|
||||||
- python tools/boostdep/depinst/depinst.py io
|
|
||||||
- cmd /c bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 headers
|
- b2 headers
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- PATH=%ADDPATH%%PATH%
|
|
||||||
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
|
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
|
||||||
- if not "%ADDRMD%" == "" set ADDRMD=address-model=%ADDRMD%
|
- if not "%ADDRMD%" == "" set ADDRMD=address-model=%ADDRMD%
|
||||||
- b2 libs/io/test toolset=%TOOLSET% %CXXSTD% %ADDRMD%
|
- b2 libs/io/test toolset=%TOOLSET% %CXXSTD% %ADDRMD%
|
||||||
|
11
.travis.yml
11
.travis.yml
@ -279,12 +279,15 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost
|
- git clone -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost
|
||||||
- cd boost
|
- cd boost
|
||||||
- git submodule update --init tools/build
|
- git submodule init libs/assert
|
||||||
- git submodule update --init libs/config
|
- git submodule init libs/config
|
||||||
- git submodule update --init tools/boostdep
|
- git submodule init libs/core
|
||||||
|
- git submodule init libs/headers
|
||||||
|
- git submodule init tools/build
|
||||||
|
- git submodule init tools/boost_install
|
||||||
|
- git submodule update
|
||||||
- mkdir -p libs/io
|
- mkdir -p libs/io
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/io
|
- cp -r $TRAVIS_BUILD_DIR/* libs/io
|
||||||
- python tools/boostdep/depinst/depinst.py io
|
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user