fixed apt-get
This commit is contained in:
parent
ea04c6ac37
commit
7336dc8b84
|
@ -6,9 +6,12 @@ script:
|
|||
compiler:
|
||||
- gcc
|
||||
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install libboost-all-dev
|
||||
|
||||
install:
|
||||
- apt-get update
|
||||
- apt-get install libboost-all-dev
|
||||
- cd ..
|
||||
- wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
|
||||
- tar xfvz systemc-2.3.2.tar.gz
|
||||
|
|
Loading…
Reference in New Issue