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

Made all unit-tests available in gitlab CI

parent ca72b23d
No related branches found
No related tags found
No related merge requests found
# Windows 10 with Boost and Exprtk # Windows 10 with Boost and Exprtk
# downloaded and compiled locally as # downloaded and compiled locally as
# submodules and linked statically # submodules and linked statically
#win_visual_studio_static_deps: win_visual_studio_static_deps:
# tags: tags:
# - Win - Win
#
# before_script: before_script:
# - call VsDevCmd.bat - call VsDevCmd.bat
# - cd build_scripts\windows - cd build_scripts\windows
# - call win_download_dependencies.bat - call win_download_dependencies.bat
# - cd ..\.. - cd ..\..
# - cd build_scripts\windows - cd build_scripts\windows
# - set DEPENDENCIES_LINK_TYPE=static - set DEPENDENCIES_LINK_TYPE=static
# - call win_VS_build_x64_debug.bat - call win_VS_build_x64_debug.bat
#
# script: script:
# - call win_run_tests.bat - call win_run_tests.bat
#
## Windows 10 with Boost and Exprtk # Windows 10 with Boost and Exprtk
## downloaded and compiled locally as # downloaded and compiled locally as
## submodules and link dynamically # submodules and link dynamically
##
#win_visual_studio_shared_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=shared
# - call win_VS_build_x64_debug.bat
# #
# script: win_visual_studio_shared_deps:
# - call win_run_tests.bat 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=shared
- call win_VS_build_x64_debug.bat
script:
- call win_run_tests.bat
# Latest Ubuntu with Boost and Exprtk # Latest Ubuntu with Boost and Exprtk
...@@ -62,42 +62,42 @@ ubuntu_boost_system: ...@@ -62,42 +62,42 @@ ubuntu_boost_system:
# Latest Ubuntu with Boost and Exprtk # Latest Ubuntu with Boost and Exprtk
# compiled locally as submodules and # compiled locally as submodules and
# linked statically # linked statically
#ubuntu_boost_local_static_deps: ubuntu_boost_local_static_deps:
# tags: tags:
# - centos7 - centos7
#
# image: martinbeseda/ubuntu-ci:latest image: martinbeseda/ubuntu-ci:latest
#
# before_script: before_script:
# - cd build_scripts/linux - cd build_scripts/linux
# - ./download_dependencies.sh - ./download_dependencies.sh
# - cd ../.. - cd ../..
# - cd build_scripts/linux - cd build_scripts/linux
# - export DEPENDENCIES_LINK_TYPE=static - export DEPENDENCIES_LINK_TYPE=static
# - ./linux_gcc_build_x64_debug_local.sh - ./linux_gcc_build_x64_debug_local.sh
#
# script: script:
# - './linux_run_tests.sh' - './linux_run_tests.sh'
#
## Latest Ubuntu with Boost and Exprtk # Latest Ubuntu with Boost and Exprtk
## compiled locally as submodules and # compiled locally as submodules and
## linked dynamically # linked dynamically
#ubuntu_boost_local_dynamic_deps: ubuntu_boost_local_dynamic_deps:
# tags: tags:
# - centos7 - centos7
#
# image: martinbeseda/ubuntu-ci:latest image: martinbeseda/ubuntu-ci:latest
#
# before_script: before_script:
# - cd build_scripts/linux - cd build_scripts/linux
# - ./download_dependencies.sh - ./download_dependencies.sh
# - cd ../.. - cd ../..
# - cd build_scripts/linux - cd build_scripts/linux
# - export DEPENDENCIES_LINK_TYPE=shared - export DEPENDENCIES_LINK_TYPE=shared
# - ./linux_gcc_build_x64_debug_local.sh - ./linux_gcc_build_x64_debug_local.sh
#
# script: script:
# - './linux_run_tests.sh' - './linux_run_tests.sh'
#code_quality: #code_quality:
......
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