Merge pull request #1940 from deepsidhu1313/master

Added JSON support for snap and AppImage packages
This commit is contained in:
Justin Clift
2019-07-23 10:19:24 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ script:
- make
- ctest -V
- cd ../appbuild
- cmake -DCMAKE_INSTALL_PREFIX:PATH=../appdir/usr -Wno-dev -Dsqlcipher=1 ..
- cmake -DCMAKE_INSTALL_PREFIX:PATH=../appdir/usr -Wno-dev -Dsqlcipher=1 -DSQLITE_ENABLE_JSON1=1 ..
- make install
- cd ..
- git rev-list master --count

View File

@@ -65,7 +65,7 @@
sqlitebrowser:
# source-type: git
plugin: cmake
configflags: ["-DUSE_QT5=True", "-Dsqlcipher=1", "-Wno-dev"]
configflags: ["-DUSE_QT5=True", "-Dsqlcipher=1", "-Wno-dev","-DSQLITE_ENABLE_JSON1=1"]
source: .
desktop-qt5:
build-packages: