make sqlcipher
This commit is contained in:
parent
4a070ac1f5
commit
0ec6b65287
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ jobs:
|
|||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Build deb
|
||||
run: |
|
||||
|
|
@ -44,6 +46,10 @@ jobs:
|
|||
export DEBEMAIL="mig@mig5.net"
|
||||
export DEBFULLNAME="Miguel Jacq"
|
||||
|
||||
git submodule
|
||||
mkdir -p src/sqlcipher
|
||||
cd sqlcipher && ./configure && make sqlite3.c && cp sqlite3.[ch] ../src/sqlcipher/
|
||||
|
||||
dch --distribution "trixie" --local "~trixie" "CI build for trixie"
|
||||
dpkg-buildpackage -us -uc -b
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue