mirror of
https://github.com/fraillt/bitsery.git
synced 2026-09-26 03:56:06 +00:00
reworked bitpacking, to fix measure size (measure size now is not
bit-packing enabled by default)
This commit is contained in:
4
.github/workflows/on_linux.yml
vendored
4
.github/workflows/on_linux.yml
vendored
@@ -53,10 +53,10 @@ jobs:
|
||||
sudo add-apt-repository ppa:team-xbmc/ppa
|
||||
sudo apt-get update
|
||||
sudo apt-get install libgmock-dev
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Configure
|
||||
run: cmake -S . -B build -DBITSERY_BUILD_TESTS=ON -DBITSERY_BUILD_EXAMPLES=ON -DCMAKE_CXX_STANDARD=${{ matrix.config.cxx_ver }}
|
||||
- name: Build
|
||||
run: cmake --build build
|
||||
- name: Run tests
|
||||
run: ctest --test-dir build/tests
|
||||
run: ctest --test-dir build
|
||||
|
||||
4
.github/workflows/on_mac.yml
vendored
4
.github/workflows/on_mac.yml
vendored
@@ -17,10 +17,10 @@ jobs:
|
||||
git checkout release-1.11.0
|
||||
cmake -S . -B build
|
||||
cmake --build build --target install
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Configure
|
||||
run: cmake -S . -B build -DBITSERY_BUILD_TESTS=ON -DBITSERY_BUILD_EXAMPLES=ON -DCMAKE_CXX_STANDARD=17
|
||||
- name: Build
|
||||
run: cmake --build build
|
||||
- name: Run tests
|
||||
run: ctest --test-dir build/tests
|
||||
run: ctest --test-dir build
|
||||
|
||||
4
.github/workflows/on_windows.yml
vendored
4
.github/workflows/on_windows.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
git checkout release-1.11.0
|
||||
cmake -S . -B build -Dgtest_force_shared_crt=ON
|
||||
cmake --build build --config Release --target install
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Configure
|
||||
run: cmake -S . -B build -DBITSERY_BUILD_TESTS=ON -DBITSERY_BUILD_EXAMPLES=ON -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS="/Zc:__cplusplus /permissive- /EHsc"
|
||||
env:
|
||||
@@ -26,4 +26,4 @@ jobs:
|
||||
- name: Build
|
||||
run: cmake --build build --config Release
|
||||
- name: Run tests
|
||||
run: ctest --test-dir build/tests
|
||||
run: ctest --test-dir build
|
||||
|
||||
Reference in New Issue
Block a user