Merge branch 'gcc' into 'master'
Add caffe and gcc
The script now fails if caffe
is in compatible.
I also added gcc
because compiling with gcc from the host PC (Idiap machines) .
See merge request !27 (merged)
Merge request reports
Activity
If you now install, on all CIs, an environments that are called:
bob-devel-[version]-[bla]
and you create a branch called[bla]
in any project, then, for that branch[bla]
, the environmentbob-devel-[version]-[bla]
will be used to build the project.I hope that is useful for certifying new environments.
You can test this with your
gcc
branch by creating environments namedbob-devel-[version]-gcc
and then creating a branch calledgcc
on the projects you wish to test (this includes bob.nightlies). If bob.nightlies pass with the new environment, than you can officially move the new environment into production. If no changes were done in the branch for the project, then you can just discard it.Edited by André AnjosSo far, we haven't changed anything in
before_build.sh
, so you can use the same technique as above.Images are pretty big though - they are ~10GB in size. It would be beneficial to try to get a slimmer environment somehow. Is there something like https://pypi.python.org/pypi/devpi-server for conda?
Maybe this one is more like what I mean: http://pypicache.readthedocs.io/en/latest/
mentioned in commit b8035a05
mentioned in commit ef3ca00a
mentioned in merge request !32 (merged)
mentioned in commit 43b234c5
mentioned in commit cd10a3b1
mentioned in merge request !33 (closed)