Skip to content
Snippets Groups Projects
Commit 992f12b9 authored by Ben Taylor's avatar Ben Taylor
Browse files

Add Emboss to TravisCI

parent 8f1dd141
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,10 @@ before_install: ...@@ -6,6 +6,10 @@ before_install:
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"
install: install:
- "wget ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-6.6.0.tar.gz && tar xzfv EMBOSS-6.6.0.tar.gz"
- "cd EMBOSS-6.6.0 && mkdir build && ./configure --prefix $(pwd)/build && make && make install"
- "export EMBOSS_ROOT=$(pwd)/build && cd .."
- "ls -l ${EMBOSS_ROOT}/bin"
- "make" - "make"
- "cd test" - "cd test"
script: ant -f build-test.xml test | tee test.log && [ -z "$(grep 'Failures:\s[^0]\|Errors:\s[^0]' test.log)" ] script: ant -f build-test.xml test -DEMBOSS_ROOT=$EMBOSS_ROOT | tee test.log && [ -z "$(grep 'Failures:\s[^0]\|Errors:\s[^0]' test.log)" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment