Adjust CI scripts for superproject changes

This commit is contained in:
Vinnie Falco
2018-12-18 09:46:28 -08:00
parent c4813a5ac7
commit cf06a8dd6a
11 changed files with 53 additions and 3 deletions

View File

@@ -126,7 +126,9 @@ install:
- cd boost-root
- export BOOST_ROOT="`pwd`"
- export PATH="`pwd`":$PATH
- git submodule update --init libs/headers
- git submodule update --init tools/build
- git submodule update --init tools/boost_install
- git submodule update --init tools/boostdep
- git submodule update --init libs/align
- git submodule update --init libs/asio

View File

@@ -21,7 +21,9 @@ install:
- CD ..
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root
- git submodule update --init libs/headers
- git submodule update --init tools/build
- git submodule update --init tools/boost_install
- git submodule update --init tools/boostdep
- git submodule update --init libs/align
- git submodule update --init libs/asio
@@ -93,5 +95,5 @@ install:
build: off
test_script:
- b2 libs/beast/example toolset=msvc-14.0 cxxflags=/permissive-
- b2 libs/beast/test toolset=msvc-14.0 cxxflags=/permissive-
- b2 libs/beast/example toolset=msvc-14.0
- b2 --verbose-test libs/beast/test//run-fat-tests toolset=msvc-14.0

View File

@@ -53,3 +53,11 @@ alias fat-tests :
;
explicit fat-tests ;
alias run-fat-tests :
beast//run-fat-tests
doc//run-fat-tests
example//run-fat-tests
;
explicit run-fat-tests ;

View File

@@ -29,3 +29,13 @@ alias fat-tests :
;
explicit fat-tests ;
alias run-fat-tests :
core//run-fat-tests
http//run-fat-tests
websocket//run-fat-tests
zlib//run-fat-tests
experimental//run-fat-tests
;
explicit run-fat-tests ;

View File

@@ -56,3 +56,7 @@ alias run-tests : $(RUN_TESTS) ;
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
explicit fat-tests ;
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
explicit run-fat-tests ;

View File

@@ -30,3 +30,7 @@ alias run-tests : $(RUN_TESTS) ;
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
explicit fat-tests ;
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
explicit run-fat-tests ;

View File

@@ -44,3 +44,7 @@ alias run-tests : $(RUN_TESTS) ;
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
explicit fat-tests ;
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
explicit run-fat-tests ;

View File

@@ -39,3 +39,7 @@ alias run-tests : $(RUN_TESTS) ;
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
explicit fat-tests ;
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
explicit run-fat-tests ;

View File

@@ -26,3 +26,7 @@ alias run-tests : $(RUN_TESTS) ;
exe fat-tests : $(TEST_MAIN) $(ZLIB_SOURCES) $(SOURCES) ;
explicit fat-tests ;
run $(TEST_MAIN) $(ZLIB_SOURCES) $(SOURCES) : : : : run-fat-tests ;
explicit run-fat-tests ;

View File

@@ -22,3 +22,7 @@ exe fat-tests :
;
explicit fat-tests ;
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
explicit run-fat-tests ;

View File

@@ -14,3 +14,7 @@ alias run-tests :
alias fat-tests ;
explicit fat-tests ;
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
explicit run-fat-tests ;