mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Build weather demo for Torizon
This commit is contained in:
parent
118b021dfe
commit
0649f4b8c5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ ENV PKG_CONFIG_ALLOW_CROSS=1
|
|||
COPY . /slint
|
||||
WORKDIR /slint
|
||||
RUN mkdir demos_compiled \
|
||||
&& for demo in printerdemo slide_puzzle gallery opengl_underlay carousel todo energy-monitor home-automation; do \
|
||||
&& for demo in printerdemo slide_puzzle gallery opengl_underlay carousel todo energy-monitor home-automation weather-demo; do \
|
||||
cargo build --release --target $RUST_TOOLCHAIN_ARCH --features slint/renderer-skia,slint/backend-linuxkms-noseat -p $demo || exit 1; \
|
||||
cp target/$RUST_TOOLCHAIN_ARCH/release/$demo ./demos_compiled/; \
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue