Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[make] Add sqlite.hdll target #520

Merged
merged 9 commits into from
Apr 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add sqlite library to CI environments
tobil4sk committed Apr 25, 2022
commit 8566553ca01196a61d8e30b8a56d2f82755a7e0c
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -96,7 +96,8 @@ jobs:
libuv1-dev:i386 \
libvorbis-dev:i386 \
libz-dev:i386 \
zlib1g-dev:i386
zlib1g-dev:i386 \
libsqlite3-dev:i386
;;

linux-amd64)
@@ -109,7 +110,8 @@ jobs:
libsdl2-dev \
libturbojpeg-dev \
libuv1-dev \
libvorbis-dev
libvorbis-dev \
libsqlite3-dev
;;

darwin*)
2 changes: 2 additions & 0 deletions other/azure-pipelines/build-linux.yml
Original file line number Diff line number Diff line change
@@ -44,6 +44,7 @@ jobs:
libturbojpeg0-dev \
libuv1-dev \
libopenal-dev \
libsqlite3-dev \
neko \
curl \
ca-certificates
@@ -67,6 +68,7 @@ jobs:
libturbojpeg0-dev:i386 \
libuv1-dev:${{ parameters.arch }} \
libopenal-dev:${{ parameters.arch }} \
libsqlite3-dev:${{ parameters.arch }} \
neko \
curl \
ca-certificates