Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
a02e52d5
Commit
a02e52d5
authored
Jan 19, 2017
by
Philip ABBET
Browse files
Update the name of the docker image to use to build and test a C++ algorithm
parent
d4848ee1
Pipeline
#6701
failed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
buildout.cfg
View file @
a02e52d5
...
...
@@ -20,7 +20,7 @@ recipe = bob.buildout:scripts
recipe = collective.recipe.cmd
cmds = cd beat/core/test/prefix/algorithms/user/
tar -cf cxx_integers_echo.tar cxx_integers_echo/
docker run -dti --name build
beats/cxx_dev
:0.1.
5
> /dev/null
docker run -dti --name build
docker.idiap.ch/beat/beat.env.cxx_base
:0.1.
6
> /dev/null
docker cp cxx_integers_echo.tar build:/tmp/cxx_integers_echo.tar
docker exec build bash -c 'cd /tmp ; tar -xf /tmp/cxx_integers_echo.tar'
docker exec build bash -c 'cd /tmp/cxx_integers_echo ; mkdir build ; cd build ; cmake .. ; make'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment