aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revert earliest to gcc-4.8, compile iverilog with default compilerEddie Hung2019-08-141-1/+1
|
* Fix TravisClifford Wolf2019-02-221-41/+8
| | | | | | | It looks like that whole "Fixing Travis's git clone" code was just there to make the "git describe --tags" work. I simply removed both. Signed-off-by: Clifford Wolf <clifford@clifford.at>
* travis/osx: fix, use clang instead of gccSergiusz Bazanski2018-12-051-1/+0
|
* Add GCC to osx deps (#620)Miodrag Milanović2018-08-281-1/+1
| | | | | | * Add GCC to osx deps * Force gcc-7 install
* travis: Print branches before fetching, try both locations.Tim 'mithro' Ansell2017-11-251-1/+9
|
* travis: Use the cache.Tim 'mithro' Ansell2017-11-241-1/+1
|
* travis: Reworking travis setup.Tim 'mithro' Ansell2017-11-241-0/+89
* Move the code into scripts inside .travis directory. * Build on multiple compiler versions. Fixes #442 - Make travis build pass Fixes #441 - Fix git version information on travis build Fixes #440 - Make travis cache the iverilog build