Skip to content
Snippets Groups Projects
Commit 8d9a06ce authored by Martin Beseda's avatar Martin Beseda
Browse files

Testing Win static deps compilation with the new version of FindBoost.cmake

parent dbb5d582
No related branches found
No related tags found
No related merge requests found
# Windows 10 with Boost and Exprtk
# downloaded and compiled locally as
# submodules and linked statically
#win_visual_studio_static_deps:
# tags:
# - Win
#
# before_script:
# - call VsDevCmd.bat
# - cd build_scripts\windows
# - call win_download_dependencies.bat
# - cd ..\..
# - cd build_scripts\windows
# - set DEPENDENCIES_LINK_TYPE=static
# - call win_VS_build_x64_debug.bat
#
# script:
# - call win_run_tests.bat
win_visual_studio_static_deps:
tags:
- Win
before_script:
- call VsDevCmd.bat
- cd build_scripts\windows
- call win_download_dependencies.bat
- cd ..\..
- cd build_scripts\windows
- set DEPENDENCIES_LINK_TYPE=static
- call win_VS_build_x64_debug.bat
script:
- call win_run_tests.bat
# Windows 10 with Boost and Exprtk
# downloaded and compiled locally as
......@@ -102,19 +102,19 @@
# - './linux_run_tests.sh'
code_quality:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
allow_failure: true
services:
- docker:stable-dind
script:
- export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
- docker run
--env SOURCE_CODE="$PWD"
--volume "$PWD":/code
--volume /var/run/docker.sock:/var/run/docker.sock
"registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
artifacts:
paths: [gl-code-quality-report.json]
#code_quality:
# image: docker:stable
# variables:
# DOCKER_DRIVER: overlay2
# allow_failure: true
# services:
# - docker:stable-dind
# script:
# - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
# - docker run
# --env SOURCE_CODE="$PWD"
# --volume "$PWD":/code
# --volume /var/run/docker.sock:/var/run/docker.sock
# "registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
# artifacts:
# paths: [gl-code-quality-report.json]
Subproject commit 65b96e76f6c51b5492bc5ef2d0d67aad8d6ae801
Subproject commit f7371ecb0652555ec89cb28e58c18fda56685985
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