Skip to content

Commit

Permalink
ci: align debian ci with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Nov 21, 2024
1 parent 61070ed commit 1b09d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .builds/debian.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
image: debian/testing
packages:
- libcurl4-openssl-dev
- libsqlite3-dev
- libbsd-dev
- libarchive-tools
Expand All @@ -25,7 +26,7 @@ tasks:
- configure: |
mkdir build
cd build
../pkg/configure --default-format=txz
../pkg/configure --default-format=txz --with-libarchive.pc --with-libcurl --with-openssl.pc
- build: |
cd build
make
Expand Down

0 comments on commit 1b09d40

Please sign in to comment.