1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

Added flex and bison to travis.

Seems to be installed by default on the current image, but this seems more future-proof.
This commit is contained in:
Jens Breitbart 2016-08-07 12:06:12 +02:00 committed by GitHub
parent 3bfe462da0
commit 91e7b3293f

View file

@ -6,7 +6,7 @@ language: c
compiler: gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev
- sudo apt-get install -y nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev flex bison
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init hermit/lwip hermit/usr/gcc hermit/usr/pte hermit/usr/libomp
script: