mirror of
https://github.com/boostorg/exception.git
synced 2026-01-25 08:22:24 +01:00
Serialization
This commit is contained in:
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@@ -219,6 +219,10 @@ jobs:
|
||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||
git submodule update --init tools/boostdep
|
||||
python3 tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
|
||||
cd libs/throw_exception
|
||||
git fetch origin feature/serialization
|
||||
git checkout feature/serialization
|
||||
cd ../..
|
||||
./bootstrap.sh
|
||||
./b2 -d0 headers
|
||||
|
||||
@@ -227,6 +231,11 @@ jobs:
|
||||
run: |
|
||||
echo "using ${{matrix.toolset}} : : ${{matrix.compiler}} ;" > ~/user-config.jam
|
||||
|
||||
- name: Download nlohmann/json
|
||||
run: |
|
||||
cd ../boost-root/libs/$LIBRARY
|
||||
python3 scripts/download_nlohmann_json.py
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd ../boost-root
|
||||
@@ -282,9 +291,19 @@ jobs:
|
||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||
git submodule update --init tools/boostdep
|
||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
|
||||
cd libs\throw_exception
|
||||
git fetch origin feature/serialization
|
||||
git checkout feature/serialization
|
||||
cd ..\..
|
||||
cmd /c bootstrap
|
||||
b2 -d0 headers
|
||||
|
||||
- name: Download nlohmann/json
|
||||
shell: cmd
|
||||
run: |
|
||||
cd ../boost-root/libs/%LIBRARY%
|
||||
python3 scripts/download_nlohmann_json.py
|
||||
|
||||
- name: Run tests
|
||||
shell: cmd
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user