This commit is contained in:
Erik Frojdh
2020-02-13 17:13:56 +01:00
parent 938d90bfb8
commit d3d8d7ba8e
2 changed files with 6 additions and 17 deletions

View File

@ -4,13 +4,13 @@ language: cpp
os: linux os: linux
env: # env:
matrix: # matrix:
- CONDA_PY="3.7" # - CONDA_PY="3.7"
dist: trusty dist: bionic
install: install:
- sudo apt-get update - sudo apt-get update
@ -27,7 +27,7 @@ install:
- conda info -a - conda info -a
# Useful for debugging any issues with conda # Useful for debugging any issues with conda
- conda create -q -n testenv python=$CONDA_PY conda-build anaconda-client conda-verify - conda create -q -n testenv conda-build anaconda-client conda-verify
- conda activate testenv - conda activate testenv
- conda-build . - conda-build .

View File

@ -1,18 +1,7 @@
# mkdir $PREFIX/lib
# mkdir $PREFIX/include
# #Shared and static libraries
# cp build/bin/_sls_detector* $PREFIX/lib/.
# #Binaries
# cp -r build/bin/sls_detector $PREFIX/lib/.
#copy shared lib
echo "|<-------- starting python build" echo "|<-------- starting python build"
# cp build/bin/_sls_detector* python/.
cd python cd python
${PYTHON} setup.py install ${PYTHON} setup.py install