mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
* 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
7 lines
76 B
Bash
Executable file
7 lines
76 B
Bash
Executable file
#! /bin/bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
# FIXME: Upload the build results somewhere...
|