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

Enabled Ubuntu tests in CI

parent 5d2ed0d0
No related branches found
No related tags found
No related merge requests found
...@@ -37,69 +37,69 @@ win_visual_studio_static_deps: ...@@ -37,69 +37,69 @@ win_visual_studio_static_deps:
# #
# script: # script:
# - call win_run_tests.bat # - call win_run_tests.bat
#
#
# Latest Ubuntu with Boost and Exprtk # Latest Ubuntu with Boost and Exprtk
# in system directories, Boost # in system directories, Boost
# installed from the official repository # installed from the official repository
# => only dynamical linking possible # => only dynamical linking possible
#ubuntu_boost_system: ubuntu_boost_system:
# tags: tags:
# - centos7 - centos7
#
# image: martinbeseda/dockertest:latest image: martinbeseda/dockertest:latest
#
# before_script: before_script:
# - rm -rf external_dependencies - rm -rf external_dependencies
# - git clone https://github.com/ArashPartow/exprtk.git - git clone https://github.com/ArashPartow/exprtk.git
# - cp exprtk/exprtk.hpp /usr/include - cp exprtk/exprtk.hpp /usr/include
# - export TERM=xterm - export TERM=xterm
# - cd build_scripts/linux - cd build_scripts/linux
# - export DEPENDENCIES_LINK_TYPE=shared - export DEPENDENCIES_LINK_TYPE=shared
# - ./linux_gcc_build_x64_debug_system.sh - ./linux_gcc_build_x64_debug_system.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 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