Do not need debug symbols in CI/CD.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-12-10 16:23:39 +01:00
parent 9290db2504
commit 469e5ba059
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pipeline:
step: compile
commands:
- make debug
- make release
step: install
commands:
- make install