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

[FIX] Fixed CI.

parent d2aad989
No related branches found
No related tags found
No related merge requests found
## Windows 10 with dependencies
## downloaded (and compiled) locally
#win_visual_studio_static_local_deps:
# tags:
# - Win
#
# image: windows:latest
#
# before_script:
# - call VsDevCmd.bat
# - set DEPENDENCIES_LINK_TYPE=static
# - set clean_after=yes
# - call build_scripts\windows\win_VS_build_x64_release.bat
#
# script:
## - cd ..\..
# - cd build_scripts\windows
## - call win_run_tests.bat
# Windows 10 with dependencies
# downloaded (and compiled) locally
win_visual_studio_static_local_deps:
tags:
- Win
image: windows:latest
before_script:
- call VsDevCmd.bat
- set DEPENDENCIES_LINK_TYPE=static
- set clean_after=yes
- call build_scripts\windows\win_VS_build_x64_release.bat
script:
# - cd ..\..
#
## Latest Ubuntu with dependencies
## in system directories, Boost
## installed from the official repository
#ubuntu_boost_system:
# image: martinbeseda/lib4neuro-ubuntu-system-deps:latest
#
# before_script:
# - export TERM=xterm
# - cd build_scripts/linux
# - export DEPENDENCIES_LINK_TYPE=shared
# - export CLEAN_AFTER=yes
# - ./linux_gcc_build_x64_debug_system.sh
#
# script:
# - cd ../..
# - cd build_scripts/linux
## - './linux_run_tests.sh'
# - cd ../..
#
## Latest Ubuntu with dependencies
## downloaded (and compiled) locally
#ubuntu_boost_local_static_deps:
# image: martinbeseda/ubuntu-ci:latest
#
# before_script:
# - export TERM=xterm
# - cd build_scripts/linux
# - export DEPENDENCIES_LINK_TYPE=static
# - export CLEAN_AFTER=yes
# - ./linux_gcc_build_x64_debug_local.sh
#
# script:
# - cd ../..
# - cd build_scripts/linux
## - './linux_run_tests.sh'
# - cd ../..
- cd build_scripts\windows
# - call win_run_tests.bat
- cd ..\..
# Latest CentOS with dependencies
# Latest Ubuntu with dependencies
# in system directories, Boost
# installed from the official repository
ubuntu_boost_system:
image: martinbeseda/lib4neuro-ubuntu-system-deps:latest
before_script:
- export TERM=xterm
- cd build_scripts/linux
- export DEPENDENCIES_LINK_TYPE=shared
- export CLEAN_AFTER=yes
- ./linux_gcc_build_x64_debug_system.sh
script:
- cd ../..
- cd build_scripts/linux
# - './linux_run_tests.sh'
- cd ../..
# Latest Ubuntu with dependencies
# downloaded (and compiled) locally
centos_local_deps:
image: martinbeseda/centos-ci:latest
ubuntu_boost_local_static_deps:
image: martinbeseda/ubuntu-ci:latest
before_script:
- export TERM=xterm
- cd build_scripts/linux
- export DEPENDENCIES_LINK_TYPE=static
- export CLEAN_AFTER=yes
- ./linux_gcc_build_x64_debug_local.sh
script:
- scl enable devtoolset-8 -- ./linux_gcc_build_x64_debug_local.sh
- cd ../..
- cd build_scripts/linux
# - './linux_run_tests.sh'
- cd ../..
# Latest CentOS with dependencies
# downloaded (and compiled) locally
test_centos_gcc_version:
centos_local_deps:
image: martinbeseda/centos-ci:latest
before_script:
- echo "ahoj"
- export TERM=xterm
- cd build_scripts/linux
- export DEPENDENCIES_LINK_TYPE=static
- export CLEAN_AFTER=yes
script:
- scl enable devtoolset-8 -- gcc --version
- scl enable devtoolset-8 -- g++ --version
- scl enable devtoolset-8 -- gfortran --version
- cd ../..
- cd build_scripts/linux
# - './linux_run_tests.sh'
\ No newline at end of file
- scl enable devtoolset-8 -- ./linux_gcc_build_x64_debug_local.sh
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