Skip to content
Snippets Groups Projects
Commit f5f28ede authored by George Sedov's avatar George Sedov
Browse files

Update .gitlab-ci.yml file

parent 03ba2752
No related branches found
No related tags found
No related merge requests found
include:
- deploy/build_env/services-linux/gitlab-ci-build-docker.yml
- deploy/build_env/services-windows/gitlab-ci-build-docker.yml
\ No newline at end of file
- local: deploy/build_env/services-linux/gitlab-ci-build-docker.yml
- local: deploy/build_env/services-windows/gitlab-ci-build-docker.yml
build-services-linux-debug:
image:
name: $CI_REGISTRY_IMAGE/asapo-services-linux-build-env:latest
entrypoint: [""]
stage: build
script:
- mkdir $CI_PROJECT_DIR/build
- cd $CI_PROJECT_DIR/build
- cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DBUILD_INTEGRATION_TESTS=ON -DBUILD_EXAMPLES=ON -DBUILD_CONSUMER_TOOLS=ON -DENABLE_LIBFABRIC=ON -DENABLE_LIBFABRIC_LOCALHOST=ON -DBUILD_EVENT_MONITOR_PRODUCER=ON -DSTOP_BUILD_ON_WARNINGS=ON ..
- make -j 4
tags:
- kubernetes-executor
rules:
- 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