File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ install:
4141 - cd %APPVEYOR_BUILD_FOLDER%
4242 - mkdir build
4343 - cd build
44- - cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DFFTW_ROOT=%FFTW_ROOT% -DCMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -DBUILD_TESTS=ON - DDOWNLOAD_GTEST=ON ..
44+ - cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DFFTW_ROOT=%FFTW_ROOT% -DCMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -DDOWNLOAD_GTEST=ON ..
4545 - nmake test_xtensor-fftw
4646
4747before_build :
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ install:
165165 # Testing
166166 - mkdir $TRAVIS_BUILD_DIR/build
167167 - cd $TRAVIS_BUILD_DIR/build
168- - cmake -DBUILD_TESTS=ON - DDOWNLOAD_GTEST=ON -DCOVERAGE=$COVERAGE ..
168+ - cmake -DDOWNLOAD_GTEST=ON -DCOVERAGE=$COVERAGE ..
169169 - make -j2 test_xtensor-fftw VERBOSE=1
170170 - if [[ "$COVERAGE" == "ON" ]]; then gem install coveralls-lcov; fi
171171script :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ make install
4848
4949| ` xtensor-fftw ` | ` xtensor ` | ` xtl ` | ` fftw ` |
5050| ----------------| -----------| ---------| ---------|
51- | master | ^0.20.10 | ^0.6.7 | ^3.3.8 |
51+ | master | ^0.21.2 | ^0.6.9 | ^3.3.8 |
5252
5353## Usage
5454
You can’t perform that action at this time.
0 commit comments