Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert earliest to gcc-4.8, compile iverilog with default compiler | Eddie Hung | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | ABC requires it like this | Miodrag Milanovic | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | Propagate parameters for Travis build | Miodrag Milanovic | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | Fix Travis | Clifford Wolf | 2019-02-22 | 2 | -41/+10 |
| | | | | | | | 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 gcc | Sergiusz Bazanski | 2018-12-05 | 1 | -1/+0 |
| | |||||
* | Add GCC to osx deps (#620) | Miodrag Milanović | 2018-08-28 | 1 | -1/+1 |
| | | | | | | * Add GCC to osx deps * Force gcc-7 install | ||||
* | travis: Print branches before fetching, try both locations. | Tim 'mithro' Ansell | 2017-11-25 | 1 | -1/+9 |
| | |||||
* | travis: Use the cache. | Tim 'mithro' Ansell | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | travis: Reworking travis setup. | Tim 'mithro' Ansell | 2017-11-24 | 4 | -0/+159 |
* 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 |