File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 matrix :
2121 os : [ ubuntu-latest, macos-latest ]
2222 arch : [ x64, arm64 ]
23+ absl_provider : [ module, internal ]
2324 include :
2425 - os : windows-latest
2526 arch : Win32
@@ -38,11 +39,11 @@ jobs:
3839
3940 - name : Config for Windows
4041 if : runner.os == 'Windows'
41- run : cmake -A ${{ matrix.arch }} -B build -DSPM_BUILD_TEST=ON -DSPM_ENABLE_SHARED=OFF -DCMAKE_INSTALL_PREFIX=build/root
42+ run : cmake -A ${{ matrix.arch }} -B build -DSPM_BUILD_TEST=ON -DSPM_ENABLE_SHARED=OFF -DCMAKE_INSTALL_PREFIX=build/root -DSPM_ABSL_PROVIDER=${{ matrix.absl_provider }}
4243
4344 - name : Config for Linux/MacOSX
4445 if : runner.os != 'Windows'
45- run : cmake -B build -DSPM_BUILD_TEST=ON -DCMAKE_INSTALL_PREFIX=build/root
46+ run : cmake -B build -DSPM_BUILD_TEST=ON -DCMAKE_INSTALL_PREFIX=build/root -DSPM_ABSL_PROVIDER=${{ matrix.absl_provider }}
4647 env :
4748 CMAKE_OSX_ARCHITECTURES : arm64;x86_64
4849
You can’t perform that action at this time.
0 commit comments