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
d0968931
Commit
d0968931
authored
6 years ago
by
Martin Beseda
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Added test for dynamically linked dependencies, which are stored locally.
parent
6dbddc0d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+25
-3
25 additions, 3 deletions
.gitlab-ci.yml
with
25 additions
and
3 deletions
.gitlab-ci.yml
+
25
−
3
View file @
d0968931
...
...
@@ -29,14 +29,16 @@ ubuntu_boost_system:
-
cp exprtk/exprtk.hpp /usr/include
-
export TERM=xterm
-
cd build_scripts/linux
-
export DEPENDENCIES_LINK_TYPE=shared
-
./linux_gcc_build_x64_debug_system.sh
script
:
-
'
./linux_run_tests.sh'
# Latest Ubuntu with Boost and Exprtk
# compiled locally as submodules
ubuntu_boost_local
:
# compiled locally as submodules and
# linked statically
ubuntu_boost_local_static_deps
:
tags
:
-
centos7
...
...
@@ -47,9 +49,29 @@ ubuntu_boost_local:
-
./download_dependencies.sh
-
cd ../..
-
cd build_scripts/linux
-
./linux_gcc_build_x64_debug.sh
-
export DEPENDENCIES_LINK_TYPE=static
-
./linux_gcc_build_x64_debug_local.sh
script
:
-
'
./linux_run_tests.sh'
# Latest Ubuntu with Boost and Exprtk
# compiled locally as submodules and
# linked dynamically
ubuntu_boost_local_dynamic_deps
:
tags
:
-
centos7
image
:
martinbeseda/ubuntu-ci:latest
before_script
:
-
cd build_scripts/linux
-
./download_dependencies.sh
-
cd ../..
-
cd build_scripts/linux
-
export DEPENDENCIES_LINK_TYPE=shared
-
./linux_gcc_build_x64_debug_local.sh
script
:
-
'
./linux_run_tests.sh'
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