Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
Artemis
Commits
992f12b9
Commit
992f12b9
authored
Jun 11, 2015
by
Ben Taylor
Browse files
Add Emboss to TravisCI
parent
8f1dd141
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
992f12b9
...
...
@@ -6,6 +6,10 @@ before_install:
-
"
export
DISPLAY=:99.0"
-
"
sh
-e
/etc/init.d/xvfb
start"
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"
-
"
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)" ]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment