Skip to content
Snippets Groups Projects

Add conda recipe

Merged David Hoese requested to merge feature-conda-recipe into develop
13 files
+ 234
45
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 10
0
 
echo %cd%
 
if errorlevel 1 exit 1
 
"%PYTHON%" setup.py install
 
if errorlevel 1 exit 1
 
 
:: Add more build steps here, if they are necessary.
 
 
:: See
 
:: http://docs.continuum.io/conda/build.html
 
:: for a list of environment variables that are set during the build process.
Loading