Skip to content

Commit

Permalink
Merge pull request #24 from bb-hackathon/Sharker5854-patch-1
Browse files Browse the repository at this point in the history
Update .gitlab-ci.yml
  • Loading branch information
Sharker5854 authored Dec 5, 2024
2 parents 5a71c3e + 8c66e7d commit 0f0198d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ cargo_test:
stage: test
script: cargo test

cargo_deb:
tags:
- virt_host
stage: test
script:
- cargo install --no-confirm cargo-deb
- cargo deb --package tcp-chat
artifacts:
paths:
- ./target/debian/tcp-chat_0.1.0-1_amd64.deb

# build_packet:
# tags:
# - virt_host
Expand All @@ -30,4 +41,3 @@ cargo_test:
# - apt-get update
# - apg-get install -y путь до пакета
# - curl localhost:8080/status #типа чекаем что работает

0 comments on commit 0f0198d

Please sign in to comment.