Skip to content

Commit

Permalink
added manual checkout for boost test to github runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 23, 2023
1 parent ab7083c commit 16f8388
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
python3 tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
git submodule update --init libs/test
./bootstrap.sh
./b2 -d0 headers
Expand Down Expand Up @@ -159,6 +160,7 @@ 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%
git submodule update --init libs/test
cmd /c bootstrap
b2 -d0 headers
Expand Down Expand Up @@ -219,6 +221,7 @@ jobs:
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
git submodule update --init libs/test
- name: Use library with add_subdirectory
run: |
Expand Down Expand Up @@ -279,6 +282,7 @@ jobs:
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
git submodule update --init libs/test
- name: Configure
run: |
Expand Down Expand Up @@ -355,7 +359,7 @@ jobs:
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
git submodule update --init libs/test
- name: Configure
run: |
cd ../boost-root
Expand Down Expand Up @@ -404,7 +408,7 @@ 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%
git submodule update --init libs/test
- name: Use library with add_subdirectory (Debug)
shell: cmd
run: |
Expand Down Expand Up @@ -455,7 +459,7 @@ 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%
git submodule update --init libs/test
- name: Configure
shell: cmd
run: |
Expand Down Expand Up @@ -526,7 +530,7 @@ 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%
git submodule update --init libs/test
- name: Configure
shell: cmd
run: |
Expand Down

0 comments on commit 16f8388

Please sign in to comment.