mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
travis: Reworking travis setup.
* 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
This commit is contained in:
parent
f513494f5f
commit
d2850b5b80
5 changed files with 262 additions and 33 deletions
6
.travis/deploy-after-success.sh
Executable file
6
.travis/deploy-after-success.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
# FIXME: Upload the build results somewhere...
|
Loading…
Add table
Add a link
Reference in a new issue