Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lib4neuro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MolDyn
lib4neuro
Commits
9b8fea1b
Commit
9b8fea1b
authored
5 years ago
by
Martin Beseda
Browse files
Options
Downloads
Patches
Plain Diff
[WIP] Trying to set GCC-8 up
parent
6145e654
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+77
-80
77 additions, 80 deletions
.gitlab-ci.yml
with
77 additions
and
80 deletions
.gitlab-ci.yml
+
77
−
80
View file @
9b8fea1b
# 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
:
## 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
# - cd ..\..
-
cd build_scripts\windows
# - call win_run_tests.bat
-
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 ../..
#
## 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 ../..
#
## Latest CentOS with dependencies
## downloaded (and compiled) locally
#centos_local_deps:
# image: martinbeseda/centos-ci:latest
#
# before_script:
# - scl enable devtoolset-8 -- bash
# - 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'
# Latest CentOS with dependencies
# downloaded (and compiled) locally
centos_
local_deps
:
test_
centos_
gcc_version
:
image
:
martinbeseda/centos-ci:latest
before_script
:
-
scl enable devtoolset-8 -- bash
-
export TERM=xterm
-
cd build_scripts/linux
-
export DEPENDENCIES_LINK_TYPE=static
-
export CLEAN_AFTER=yes
-
./linux_gcc_build_x64_debug_local.sh
-
gcc --version
-
g++ --version
script
:
-
cd ../..
-
cd build_scripts/linux
# - './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]
# - './linux_run_tests.sh'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment