summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--README.md1
-rw-r--r--appveyor.yml2
3 files changed, 3 insertions, 1 deletions
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