-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
411 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,13 @@ jobs: | |
sudo apt-get install libpcre3 libpcre3-dev libzstd-dev ninja-build | ||
- name: Install cppcheck | ||
run: | | ||
git clone https://github.com/danmar/cppcheck.git | ||
git clone https://github.com/danmar/cppcheck.git --branch 2.14.1 | ||
cd cppcheck | ||
cmake -S. -B build \ | ||
-DCMAKE_BUILD_TYPE=Release \ | ||
-DUSE_MATCHCOMPILER=On \ | ||
-DUSE_MATCHCOMPILER=ON \ | ||
-DHAVE_RULES=ON | ||
cmake --build build --config Release | ||
cmake --build build --config Release --parallel | ||
sudo cmake --install build --prefix /usr | ||
- name: Install gtest | ||
uses: MarkusJx/[email protected] | ||
|
@@ -94,6 +94,6 @@ jobs: | |
-DVCPKG_BUILD_TYPE=debug ` | ||
-DDATABENTO_USE_EXTERNAL_GTEST=0 | ||
- name: CMake build | ||
run: cmake --build build --parallel 10 | ||
run: cmake --build build --parallel | ||
- name: Unit tests | ||
run: cd build && ctest --verbose --exclude-regex cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Databento <[email protected]> | ||
_pkgname=databento-cpp | ||
pkgname=databento-cpp-git | ||
pkgver=0.18.1 | ||
pkgver=0.19.0 | ||
pkgrel=1 | ||
pkgdesc="Official C++ client for Databento" | ||
arch=('any') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.