From 03be8dd2288a69aab45be9463f3827d4d6b02376 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 29 Apr 2020 17:51:26 +0200 Subject: [PATCH] Fix buffer tests --- .travis.yml | 49 ----------------------------------- sf-buffer/test/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 81d4e0d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,49 +0,0 @@ -sudo: false - -language: cpp - -matrix: - include: - - os: linux - env: CONDA_PY=3.5 - - os: linux - env: CONDA_PY=3.6 - - os: osx - env: CONDA_PY=3.5 - - os: osx - env: CONDA_PY=3.6 - -install: - # Set the anaconda environment - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - if [[ "$CONDA_PY" == "2.7" ]]; then - curl https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh -o miniconda.sh; - else - curl https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o miniconda.sh; - fi - else - if [[ "$CONDA_PY" == "2.7" ]]; then - curl https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh; - else - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - fi - fi - - bash miniconda.sh -b -p $HOME/miniconda - - export PATH="$HOME/miniconda/bin:$PATH" - - hash -r - - conda config --set always_yes yes --set changeps1 no - - conda config --add channels defaults - - conda config --add channels conda-forge - - conda update -q --all - - conda install conda-build anaconda-client - # build - - conda build --no-test conda-recipe - -script: - - echo "No test scripts to be run!" - -deploy: - provider: script - script: find $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64 -name "*.tar.bz2" -exec anaconda -t $CONDA_TOKEN upload {} \; - on: - tags: true diff --git a/sf-buffer/test/CMakeLists.txt b/sf-buffer/test/CMakeLists.txt index e45519f..5408b02 100644 --- a/sf-buffer/test/CMakeLists.txt +++ b/sf-buffer/test/CMakeLists.txt @@ -1,7 +1,7 @@ add_executable(sf-buffer_tests test_main.cpp) target_link_libraries(sf-buffer_tests - core-writer + core-buffer gtest zmq hdf5