Skip to content

Commit

Permalink
.travis.yml: disable compilation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Jan 16, 2017
1 parent ffb76e9 commit 02396c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ compiler:
- gcc
#- clang
install:
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
#- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
#- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda info -a
- conda config --set always_yes yes --set changeps1 no
- conda install -c mw clipper
#- conda info -a
#- conda config --set always_yes yes --set changeps1 no
#- conda install -c mw clipper
script:
- cmake -D CMAKE_PREFIX_PATH=$HOME/miniconda .
- make
#- cmake -D CMAKE_PREFIX_PATH=$HOME/miniconda .
#- make
- ./dimple --version
branches:
only:
Expand Down

0 comments on commit 02396c3

Please sign in to comment.