2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Adds container to matrix.

This commit is contained in:
Marcelo Zimbres
2023-10-28 13:38:41 +02:00
parent 0bcbf6d4e4
commit 2b12525206
3 changed files with 100 additions and 18 deletions

View File

@@ -115,7 +115,7 @@ def _setup_boost(
# Install Boost dependencies
_run(["git", "config", "submodule.fetchJobs", "8"])
_run(["git", "submodule", "update", "-q", "--init", "tools/boostdep"])
_run(["python", "tools/boostdep/depinst/depinst.py", "--include", "example", "redis"])
_run(["python3", "tools/boostdep/depinst/depinst.py", "--include", "example", "redis"])
# Bootstrap
if _is_windows: