mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
Use -y with apt-get to assume yes as the answer to each apt-get prompt.
This commit is contained in:
parent
226783bb2d
commit
107054b0ad
1 changed files with 2 additions and 3 deletions
|
@ -5,11 +5,10 @@ git:
|
|||
language: c
|
||||
compiler: gcc
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev
|
||||
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||
- git submodule update --init --recursive
|
||||
install:
|
||||
- sudo apt-get install nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev
|
||||
before_script:
|
||||
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
||||
- export PATH=$PATH:/usr/local/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue