Skip to content

Commit

Permalink
Travis: build plumed
Browse files Browse the repository at this point in the history
  • Loading branch information
raimis committed Feb 19, 2017
1 parent add7510 commit c6dc926
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ dist: trusty

before_install:
- git clone https://github.com/plumed/plumed2.git build
- cd build && git checkout v2.3.0 && ./configure
- cd build
- git checkout v2.3.0
- ./configure --prefix=../plumed
- make -j
- make -j check
- cd ..

install: true

Expand Down

0 comments on commit c6dc926

Please sign in to comment.