Skip to content
Snippets Groups Projects
Verified Commit a9787bc9 authored by Stefano Giorgetti's avatar Stefano Giorgetti
Browse files

Circumvented issue with variation C_code makefile

- avoided `make install`
- using "in loco" built binaries
parent f4fdf0a4
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ before_install:
- export HTSLIB_DIR=$(pwd -P)
- cd $ENSDIR/ensembl-variation/C_code/
- make
- make install
- cd $TRAVIS_BUILD_DIR
install:
......
......@@ -4,7 +4,7 @@ export PERL5LIB=$PERL5LIB:$ENSDIR/ensembl-test/modules:$ENSDIR/ensembl/modules:$
export TEST_AUTHOR=$USER
export PATH=$PATH:$ENSDIR/share/htslib/bin:$ENSDIR/ensembl-variation/bin
export PATH=$PATH:$ENSDIR/share/htslib/bin:$ENSDIR/ensembl-variation/C_code
export SKIP_TESTS=""
echo "Running test suite"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment