Skip to content

Commit

Permalink
CLN: Remove travis build (#41738)
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista authored Jun 1, 2021
1 parent 9231b49 commit c58ea4f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 226 deletions.
72 changes: 0 additions & 72 deletions .travis.yml

This file was deleted.

28 changes: 0 additions & 28 deletions ci/check_git_tags.sh

This file was deleted.

74 changes: 0 additions & 74 deletions ci/prep_cython_cache.sh

This file was deleted.

23 changes: 0 additions & 23 deletions ci/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,29 +63,6 @@ conda update -n base conda
echo "conda info -a"
conda info -a

echo
echo "set the compiler cache to work"
if [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then
echo "Using ccache"
export PATH=/usr/lib/ccache:/usr/lib64/ccache:$PATH
GCC=$(which gcc)
echo "gcc: $GCC"
CCACHE=$(which ccache)
echo "ccache: $CCACHE"
export CC='ccache gcc'
elif [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "osx" ]; then
echo "Install ccache"
brew install ccache > /dev/null 2>&1
echo "Using ccache"
export PATH=/usr/local/opt/ccache/libexec:$PATH
gcc=$(which gcc)
echo "gcc: $gcc"
CCACHE=$(which ccache)
echo "ccache: $CCACHE"
else
echo "Not using ccache"
fi

echo "source deactivate"
source deactivate

Expand Down
29 changes: 0 additions & 29 deletions ci/submit_cython_cache.sh

This file was deleted.

0 comments on commit c58ea4f

Please sign in to comment.