added travis file

This commit is contained in:
mariusmonton 2018-09-27 13:38:16 +02:00
parent e1db658f75
commit 8418594651
1 changed files with 19 additions and 0 deletions

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
language: cpp
os:
- linux
script:
- make -j 4
compiler:
- gcc
install:
cd ..
wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
tar xfvz systemc-2.3.2.tar.gz
cd systemc-2.3.2
mkdir build && cd build
../configure
make -j 4 && make install
cd ../..
rm systemc-2.3.2/build
rm systemc-2.3.2.tar.gz