2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00
This commit is contained in:
Ruben Perez
2023-10-04 12:50:41 +02:00
parent c732f33b48
commit 56d9a2778f

View File

@@ -29,7 +29,7 @@ jobs:
run: docker run -d --name redis -p 6379:6379 redis:alpine
- name: Setup Boost
run: ./tools/ci.py install-boost --source-dir=$(pwd)
run: ./tools/ci.py setup-boost --source-dir=$(pwd)
- name: Build a Boost distribution using B2
run: |
@@ -98,7 +98,7 @@ jobs:
run: sudo apt-get -y install cmake protobuf-compiler redis-server python3 ${{ matrix.install }}
- name: Setup Boost
run: ./tools/ci.py install-boost --source-dir=$(pwd)
run: ./tools/ci.py setup-boost --source-dir=$(pwd)
- name: Build a Boost distribution using B2
run: ./tools/ci.py build-b2-distro
@@ -124,7 +124,7 @@ jobs:
run: |
./tools/ci.py run-cmake-find-package-tests \
--build-type ${{ matrix.build-type }}
- name: Run find_package tests with the built b2 distribution
run: |
./tools/ci.py run-cmake-b2-find-package-tests \