Skip to content
Snippets Groups Projects
Commit e388680f authored by dpuzyrkov's avatar dpuzyrkov
Browse files

[+] .gitlab-ci: build with tests.

parent 8b5ba7f2
No related branches found
No related tags found
1 merge request!897hotfix-6925
Pipeline #17427 passed with stage
in 1 minute and 6 seconds
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- prepare
- analyze
- build
- test
- deploy
variables:
GIT_SUBMODULE_STRATEGY: normal
.ci-polygon:
tags:
- ci-polygon
.tests:
extends: .ci-polygon
stage: build
timeout: 3 hours 30 minutes
dependencies: []
tests:
extends: .tests
image: demlabs/amd64/debian-bullseye:linuxbuilder
before_script: /opt/buildtools/prepare_environment.sh amd64-linux
script:
- mkdir build
- cd build && cmake .. -DBUILD_CELLFRAME_SDK_TESTS=ON -DOFF_CORE_CELLFRAME_SDK_TESTS_OFF=network-monitor -DOFF_CRYPTO_CELLFRAME_SDK_TESTS_OFF="new-hope, multisign" && make
cellframe-sdk-analyze:
stage: analyze
tags:
- cellframe-sdk
script: ~/production/integration/PVS-studio/analyze.sh
artifacts:
paths:
- report/issues.txt
when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment