From f7e623b8c358b9af622f0fc44b4ff84ac2dfc7ab Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 1 Aug 2023 14:53:06 +0200 Subject: [PATCH] strip binary --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6879e9..4c38341 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,8 @@ build: stage: build script: - cargo build --release --target $CARGO_TARGET + - strip target/$CARGO_TARGET/release/rot - cd frontend && npm install && npm run build - # - strip target/$CARGO_TARGET/release/rot artifacts: paths: - target/$CARGO_TARGET/release/rot