Bump version of protozero to 1.7.1
This commit is contained in:
parent
4fc4629e2b
commit
6ef3bec077
@ -1,10 +0,0 @@
|
|||||||
name: Build on Windows
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: composite
|
|
||||||
steps:
|
|
||||||
- name: Build
|
|
||||||
run: cmake --build . --config Release --verbose
|
|
||||||
shell: bash
|
|
||||||
working-directory: build
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
name: Build
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: composite
|
|
||||||
steps:
|
|
||||||
- name: Build
|
|
||||||
run: make VERBOSE=1
|
|
||||||
shell: bash
|
|
||||||
working-directory: build
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
name: CMake on Windows
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: composite
|
|
||||||
steps:
|
|
||||||
- name: Create build directory
|
|
||||||
run: mkdir build
|
|
||||||
shell: bash
|
|
||||||
- name: Configure
|
|
||||||
run: cmake -LA .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
|
|
||||||
shell: bash
|
|
||||||
working-directory: build
|
|
@ -1,16 +0,0 @@
|
|||||||
name: CMake
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: composite
|
|
||||||
steps:
|
|
||||||
- name: Create build directory
|
|
||||||
run: mkdir build
|
|
||||||
shell: bash
|
|
||||||
- name: Configure
|
|
||||||
run: |
|
|
||||||
cmake -LA .. \
|
|
||||||
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
|
|
||||||
-DPROTOZERO_DATA_VIEW=${PROTOZERO_DATA_VIEW} \
|
|
||||||
-DCMAKE_CXX_STANDARD=${CPP_VERSION}
|
|
||||||
shell: bash
|
|
||||||
working-directory: build
|
|
@ -1,10 +0,0 @@
|
|||||||
name: Test on Windows
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: composite
|
|
||||||
steps:
|
|
||||||
- name: Test
|
|
||||||
run: ctest --output-on-failure -C Release
|
|
||||||
shell: bash
|
|
||||||
working-directory: build
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
name: Test
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: composite
|
|
||||||
steps:
|
|
||||||
- name: Test
|
|
||||||
run: ctest --output-on-failure
|
|
||||||
shell: bash
|
|
||||||
working-directory: build
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
name: Install Prerequisites on Ubuntu
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: composite
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Install packages
|
|
||||||
run: |
|
|
||||||
sudo apt-get update -q
|
|
||||||
sudo apt-get install -yq \
|
|
||||||
libprotobuf-dev \
|
|
||||||
protobuf-compiler
|
|
||||||
if [ "$CC" = clang-13 ]; then sudo apt-get install -yq --no-install-suggests --no-install-recommends clang-13; fi
|
|
||||||
shell: bash
|
|
Loading…
Reference in New Issue
Block a user