Skip to content
Snippets Groups Projects

Migrate to conda based CI

Closed André Anjos requested to merge condapackage into master
+ 11
10
@@ -39,16 +39,17 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- nose {{ nose }}.*
- coverage {{ coverage }}.*
- sphinx {{ sphinx }}.*
- sphinx_rtd_theme {{ sphinx_rtd_theme }}.*
- boost {{ boost }}.*
- cmake {{ cmake }}.*
- pkg-config {{ pkg_config }}.*
- freetype {{ freetype }}.*
- libblitz {{ libblitz }}.*
- numpy {{ numpy }}.*
- bob-devel {{ bob_devel }}.*
- nose
- coverage
- sphinx
- sphinx_rtd_theme
- boost
- cmake
- pkg-config
- freetype
- libblitz
- numpy
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- bob.buildout
Loading