diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-10 17:15:15 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-10 17:15:15 -0500 |
commit | 4a32ab4a74570b1c297baeb50a431b43028ab55d (patch) | |
tree | 03f39431b33c4b4582fa37a492ba70d59a7cefa3 | |
parent | 850b87c1ec0ac1abfc9a3ed5c566bbe98fba9e7c (diff) | |
download | abaddon-portaudio-4a32ab4a74570b1c297baeb50a431b43028ab55d.tar.gz abaddon-portaudio-4a32ab4a74570b1c297baeb50a431b43028ab55d.zip |
ci/readme
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | appveyor.yml | 2 |
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: - | @@ -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 |