Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed Nov 18, 2018
1 parent 9fd9f0a commit d159cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,12 @@ script:
cd "${TRAVIS_BUILD_DIR}"
bash ./CMake/build_${OS_NAME}.sh
cd "${TRAVIS_BUILD_DIR}/build/${OS_NAME}"
if [[ "${TRAVIS_TAG}" != "" ]]; then
echo "Doing deploy to github..."
cmake --build ./ --target sdist --config ${CMAKE_BUILD_TYPE}
export SDIST_FILE=$(find ${TRAVIS_BUILD_DIR}/build/${OS_NAME}/install/dist -iname "*.tar.gz")
export SDIST_FILE=${SDIST_FILE/.tar.gz/.${OS_NAME}_${OS_VERSION}.tar.gz}
SDIST_FILE=$(find ./install/dist -iname "*.tar.gz")
mv ${SDIST_FILE} ${SDIST_FILE/.tar.gz/.${OS_NAME}_${OS_VERSION}.tar.gz}
fi
if [[ "${DEPLOY_PYPI_ENABLED}" == "1" && "${TRAVIS_TAG}" != "" ]] ; then
echo "Doing deploy to github..."
cmake --build ./ --target bdist_wheel --config ${CMAKE_BUILD_TYPE}
Expand Down
2 changes: 1 addition & 1 deletion CMake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import glob

#increase this number for PIP
VERSION="1.2.73"
VERSION="1.2.74"


# ////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit d159cf2

Please sign in to comment.