mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 13:54:38 +02:00
Adjust CI scripts for superproject changes
This commit is contained in:
@@ -126,7 +126,9 @@ install:
|
|||||||
- cd boost-root
|
- cd boost-root
|
||||||
- export BOOST_ROOT="`pwd`"
|
- export BOOST_ROOT="`pwd`"
|
||||||
- export PATH="`pwd`":$PATH
|
- export PATH="`pwd`":$PATH
|
||||||
|
- git submodule update --init libs/headers
|
||||||
- git submodule update --init tools/build
|
- git submodule update --init tools/build
|
||||||
|
- git submodule update --init tools/boost_install
|
||||||
- git submodule update --init tools/boostdep
|
- git submodule update --init tools/boostdep
|
||||||
- git submodule update --init libs/align
|
- git submodule update --init libs/align
|
||||||
- git submodule update --init libs/asio
|
- git submodule update --init libs/asio
|
||||||
|
@@ -21,7 +21,9 @@ install:
|
|||||||
- CD ..
|
- CD ..
|
||||||
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
- cd boost-root
|
- cd boost-root
|
||||||
|
- git submodule update --init libs/headers
|
||||||
- git submodule update --init tools/build
|
- git submodule update --init tools/build
|
||||||
|
- git submodule update --init tools/boost_install
|
||||||
- git submodule update --init tools/boostdep
|
- git submodule update --init tools/boostdep
|
||||||
- git submodule update --init libs/align
|
- git submodule update --init libs/align
|
||||||
- git submodule update --init libs/asio
|
- git submodule update --init libs/asio
|
||||||
@@ -93,5 +95,5 @@ install:
|
|||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- b2 libs/beast/example toolset=msvc-14.0 cxxflags=/permissive-
|
- b2 libs/beast/example toolset=msvc-14.0
|
||||||
- b2 libs/beast/test toolset=msvc-14.0 cxxflags=/permissive-
|
- b2 --verbose-test libs/beast/test//run-fat-tests toolset=msvc-14.0
|
||||||
|
@@ -53,3 +53,11 @@ alias fat-tests :
|
|||||||
;
|
;
|
||||||
|
|
||||||
explicit 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 ;
|
||||||
|
@@ -29,3 +29,13 @@ alias fat-tests :
|
|||||||
;
|
;
|
||||||
|
|
||||||
explicit 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 ;
|
||||||
|
@@ -56,3 +56,7 @@ alias run-tests : $(RUN_TESTS) ;
|
|||||||
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
|
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
|
||||||
|
|
||||||
explicit fat-tests ;
|
explicit fat-tests ;
|
||||||
|
|
||||||
|
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
|
||||||
|
|
||||||
|
explicit run-fat-tests ;
|
||||||
|
@@ -30,3 +30,7 @@ alias run-tests : $(RUN_TESTS) ;
|
|||||||
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
|
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
|
||||||
|
|
||||||
explicit fat-tests ;
|
explicit fat-tests ;
|
||||||
|
|
||||||
|
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
|
||||||
|
|
||||||
|
explicit run-fat-tests ;
|
||||||
|
@@ -44,3 +44,7 @@ alias run-tests : $(RUN_TESTS) ;
|
|||||||
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
|
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
|
||||||
|
|
||||||
explicit fat-tests ;
|
explicit fat-tests ;
|
||||||
|
|
||||||
|
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
|
||||||
|
|
||||||
|
explicit run-fat-tests ;
|
||||||
|
@@ -39,3 +39,7 @@ alias run-tests : $(RUN_TESTS) ;
|
|||||||
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
|
exe fat-tests : $(TEST_MAIN) $(SOURCES) ;
|
||||||
|
|
||||||
explicit fat-tests ;
|
explicit fat-tests ;
|
||||||
|
|
||||||
|
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
|
||||||
|
|
||||||
|
explicit run-fat-tests ;
|
||||||
|
@@ -23,6 +23,10 @@ for local f in $(SOURCES)
|
|||||||
|
|
||||||
alias run-tests : $(RUN_TESTS) ;
|
alias run-tests : $(RUN_TESTS) ;
|
||||||
|
|
||||||
exe fat-tests : $(TEST_MAIN) $(ZLIB_SOURCES) $(SOURCES) ;
|
exe fat-tests : $(TEST_MAIN) $(ZLIB_SOURCES) $(SOURCES) ;
|
||||||
|
|
||||||
explicit fat-tests ;
|
explicit fat-tests ;
|
||||||
|
|
||||||
|
run $(TEST_MAIN) $(ZLIB_SOURCES) $(SOURCES) : : : : run-fat-tests ;
|
||||||
|
|
||||||
|
explicit run-fat-tests ;
|
||||||
|
@@ -22,3 +22,7 @@ exe fat-tests :
|
|||||||
;
|
;
|
||||||
|
|
||||||
explicit fat-tests ;
|
explicit fat-tests ;
|
||||||
|
|
||||||
|
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
|
||||||
|
|
||||||
|
explicit run-fat-tests ;
|
||||||
|
@@ -14,3 +14,7 @@ alias run-tests :
|
|||||||
alias fat-tests ;
|
alias fat-tests ;
|
||||||
|
|
||||||
explicit fat-tests ;
|
explicit fat-tests ;
|
||||||
|
|
||||||
|
run $(TEST_MAIN) $(SOURCES) : : : : run-fat-tests ;
|
||||||
|
|
||||||
|
explicit run-fat-tests ;
|
||||||
|
Reference in New Issue
Block a user