From 4a32ab4a74570b1c297baeb50a431b43028ab55d Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 10 Dec 2020 17:15:15 -0500 Subject: ci/readme --- .travis.yml | 1 + README.md | 1 + appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b221d2..165d91a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ matrix: - zlib - openssl - nlohmann-json + - sqlite script: - | diff --git a/README.md b/README.md index bb6c412..0a7b482 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ * [C++ Requests: Curl for People](https://github.com/whoshuu/cpr/) * [zlib](https://zlib.net/) * [simpleini](https://github.com/brofield/simpleini) +* [SQLite3](https://www.sqlite.org/index.html) ### TODO: * Voice support diff --git a/appveyor.yml b/appveyor.yml index 9d9b74c..7f0929a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ for: install: - cmd: | - vcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windows + vcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windows sqlite3:x64-windows cd c:\projects\abaddon mkdir build && cd build -- cgit v1.2.3