Add variant=debug,release; address-model=32,64 to Github Actions

This commit is contained in:
Peter Dimov
2020-11-20 04:41:33 +02:00
parent a43d6569b8
commit 50030e9ac3
2 changed files with 2 additions and 2 deletions

View File

@@ -81,4 +81,4 @@ jobs:
- name: Run tests
run: |
cd ../boost-root
./b2 -j3 libs/$LIBRARY/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}}
./b2 -j3 libs/$LIBRARY/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} variant=debug,release

View File

@@ -48,4 +48,4 @@ jobs:
shell: cmd
run: |
cd ../boost-root
b2 -j3 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}}
b2 -j3 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} variant=debug,release address-model=32,64