mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Commit the publish script
This commit is contained in:
parent
9d50960c98
commit
2931e3bb45
1 changed files with 14 additions and 0 deletions
14
scripts/publish.sh
Executable file
14
scripts/publish.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash -e
|
||||
cargo publish --manifest-path sixtyfps_runtime/corelib_macros/Cargo.toml
|
||||
cargo publish --manifest-path sixtyfps_compiler/Cargo.toml
|
||||
cargo publish --manifest-path sixtyfps_runtime/corelib/Cargo.toml --features x11
|
||||
cargo publish --manifest-path api/sixtyfps-rs/sixtyfps-macros/Cargo.toml
|
||||
cargo publish --manifest-path sixtyfps_runtime/rendering_backends/gl/Cargo.toml
|
||||
cargo publish --manifest-path api/sixtyfps-rs/sixtyfps-build/Cargo.toml
|
||||
cargo publish --manifest-path sixtyfps_runtime/rendering_backends/qt/Cargo.toml
|
||||
sleep 30
|
||||
cargo publish --manifest-path sixtyfps_runtime/rendering_backends/default/Cargo.toml
|
||||
sleep 30
|
||||
cargo publish --manifest-path sixtyfps_runtime/interpreter/Cargo.toml
|
||||
cargo publish --manifest-path api/sixtyfps-rs/Cargo.toml
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue