mirror of
https://github.com/falk-werner/webfused
synced 2024-10-27 20:44:08 +00:00
fix: fixed script name
This commit is contained in:
parent
44f809d7bd
commit
1d7f0c79ee
@ -37,7 +37,7 @@ env:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo pip3 install --system meson
|
- sudo pip3 install --system meson
|
||||||
- ./install_deps
|
- ./install_deps.sh
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- meson -Dbuildtype=$BUILD_TYPE -Db_coverage=$COVERAGE build
|
- meson -Dbuildtype=$BUILD_TYPE -Db_coverage=$COVERAGE build
|
||||||
|
19
deps.sh
Normal file
19
deps.sh
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
PACKAGES="libfuse lws jansson"
|
||||||
|
|
||||||
|
libfuse_VERSION=3.9.1
|
||||||
|
libfuse_URL=https://github.com/libfuse/libfuse/archive/fuse-${libfuse_VERSION}.tar.gz
|
||||||
|
libfuse_MD5=5f7c1062def710d8b60343524a18cc82
|
||||||
|
libfuse_DIR=libfuse-fuse-${libfuse_VERSION}
|
||||||
|
libfuse_TYPE=meson
|
||||||
|
|
||||||
|
lws_VERSION=3.2.0
|
||||||
|
lws_URL=https://github.com/warmcat/libwebsockets/archive/v${lws_VERSION}.tar.gz
|
||||||
|
lws_MD5=1d06f5602604e67e6f50cef9857c6b0c
|
||||||
|
lws_DIR=libwebsockets-${lws_VERSION}
|
||||||
|
lws_TYPE=cmake
|
||||||
|
|
||||||
|
jansson_VERSION=2.12
|
||||||
|
jansson_URL=https://github.com/akheron/jansson/archive/v${jansson_VERSION}.tar.gz
|
||||||
|
jansson_MD5=c4b106528d5ffb521178565de1ba950d
|
||||||
|
jansson_DIR=jansson-${jansson_VERSION}
|
||||||
|
jansson_TYPE=cmake
|
Loading…
Reference in New Issue
Block a user