1
0
Fork 0

Upgrade squeelylitecpp to 3.1.1

This commit is contained in:
Tiger Wang 2020-09-28 23:38:42 +01:00
parent f9ac6543ab
commit 7bc8d2ee26
3 changed files with 21 additions and 8 deletions

View File

@ -26,6 +26,18 @@ jobs:
- export PATH=/snap/bin/:${PATH}
env: *Debug
- name: "Clang 7.0 - Debug"
compiler: clang
arch: ppc64le
before_install: *use-cmake
env: *Debug
- name: "Clang 7.0 - Debug"
compiler: clang
arch: s390x
before_install: *use-cmake
env: *Debug
- name: "AppleClang - Debug"
os: osx
osx_image: xcode11.3

View File

@ -1,12 +1,13 @@
function(build_dependencies)
# Set options for SQLiteCpp, disable all their tests and lints:
set(SQLITECPP_RUN_CPPLINT OFF CACHE BOOL "Run cpplint.py tool for Google C++ StyleGuide.")
set(SQLITECPP_RUN_CPPCHECK OFF CACHE BOOL "Run cppcheck C++ static analysis tool.")
set(SQLITECPP_RUN_DOXYGEN OFF CACHE BOOL "Run Doxygen C++ documentation tool.")
set(SQLITECPP_BUILD_EXAMPLES OFF CACHE BOOL "Build examples.")
set(SQLITECPP_BUILD_TESTS OFF CACHE BOOL "Build and run tests.")
set(SQLITECPP_INTERNAL_SQLITE ON CACHE BOOL "Add the internal SQLite3 source to the project.")
set(SQLITE_ENABLE_COLUMN_METADATA OFF CACHE BOOL "Enable Column::getColumnOriginName(). Require support from sqlite3 library.")
set(SQLITECPP_BUILD_EXAMPLES OFF CACHE BOOL "Build examples.")
set(SQLITECPP_BUILD_TESTS OFF CACHE BOOL "Build and run tests.")
set(SQLITECPP_INTERNAL_SQLITE ON CACHE BOOL "Add the internal SQLite3 source to the project.")
set(SQLITECPP_RUN_CPPCHECK OFF CACHE BOOL "Run cppcheck C++ static analysis tool.")
set(SQLITECPP_RUN_CPPLINT OFF CACHE BOOL "Run cpplint.py tool for Google C++ StyleGuide.")
set(SQLITECPP_RUN_DOXYGEN OFF CACHE BOOL "Run Doxygen C++ documentation tool.")
set(SQLITECPP_USE_STACK_PROTECTION OFF CACHE BOOL "USE Stack Protection hardening.")
set(SQLITE_ENABLE_COLUMN_METADATA OFF CACHE BOOL "Enable Column::getColumnOriginName(). Require support from sqlite3 library.")
# Set options for LibEvent, disable all their tests and benchmarks:
set(EVENT__DISABLE_OPENSSL YES CACHE BOOL "Disable OpenSSL in LibEvent")

@ -1 +1 @@
Subproject commit 6aec7cf646e9d0e49b0000c3d5b74de9c3222ef2
Subproject commit a25ffb56ab1bae0f416ac5dfbddd4188ea3c1a9c