From 0c504001d3c35a53348f58b5d8e13c2e633cd03e Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 30 Jul 2023 18:24:10 +0200 Subject: [PATCH] strip binary --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22e503e..a328078 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ build: stage: build script: - cargo build --release --target $CARGO_TARGET + - strip target/$CARGO_TARGET/release/rot artifacts: paths: - target/$CARGO_TARGET/release/rot