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

[#34] Add publish script #35

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
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
33 changes: 33 additions & 0 deletions internal/scripts/crates_io_publish_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache Software License 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0, or the MIT license
# which is available at https://opensource.org/licenses/MIT.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT

#!/bin/bash
elfenpiff marked this conversation as resolved.
Show resolved Hide resolved

set -e

cd $(git rev-parse --show-toplevel)

cargo publish -p iceoryx2-pal-configuration
cargo publish -p iceoryx2-bb-testing
cargo publish -p iceoryx2-pal-concurrency-sync
cargo publish -p iceoryx2-pal-posix
cargo publish -p iceoryx2-bb-log
cargo publish -p iceoryx2-bb-elementary
cargo publish -p iceoryx2-bb-container
cargo publish -p iceoryx2-bb-system-types
cargo publish -p iceoryx2-bb-posix
cargo publish -p iceoryx2-bb-lock-free
cargo publish -p iceoryx2-bb-threadsafe
cargo publish -p iceoryx2-bb-memory
cargo publish -p iceoryx2-bb-trait-tests
cargo publish -p iceoryx2-cal
cargo publish -p iceoryx2