errors
This commit is contained in:
parent
8418594651
commit
1345f9cd08
20
.travis.yml
20
.travis.yml
|
@ -7,13 +7,13 @@ compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cd ..
|
- cd ..
|
||||||
wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
|
- wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
|
||||||
tar xfvz systemc-2.3.2.tar.gz
|
- tar xfvz systemc-2.3.2.tar.gz
|
||||||
cd systemc-2.3.2
|
- cd systemc-2.3.2
|
||||||
mkdir build && cd build
|
- mkdir build && cd build
|
||||||
../configure
|
- ../configure
|
||||||
make -j 4 && make install
|
- make -j 4 && make install
|
||||||
cd ../..
|
- cd ../..
|
||||||
rm systemc-2.3.2/build
|
- rm systemc-2.3.2/build
|
||||||
rm systemc-2.3.2.tar.gz
|
- rm systemc-2.3.2.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue