Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Jan 9, 2020
1 parent e8a3827 commit b56b1aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ sudo: required
dist: bionic
before_install:
- git submodule update --init --recursive
install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- sudo apt-get install -qq gcc-9 g++-9
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
- sudo apt-get update -qy; sudo apt-get install -qy python-dev python3-dev python3.7-dev
script:
- cmake -H. -Bbuild && cmake --build build -- -j 4 && echo Testing && bin/odgi test && cd lib && ls -l && python3.7 -c 'import odgi; g = odgi.graph()'

0 comments on commit b56b1aa

Please sign in to comment.