summaryrefslogtreecommitdiff
path: root/conda-recipe/bld.bat
blob: 87b1481d740cb443dd7708b7142e3676562f0ae1 (plain)
1
2
3
4
5
6
7
8
"%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.