From 469e5ba05988a17cd7d490f33b693fb9e7685dd5 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 10 Dec 2019 16:23:39 +0100 Subject: [PATCH] Do not need debug symbols in CI/CD. --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index c2a3822..edccfc6 100644 --- a/.build.yml +++ b/.build.yml @@ -1,7 +1,7 @@ pipeline: step: compile commands: - - make debug + - make release step: install commands: - make install