From aece561e401dfc981d27e75994d3fd07f73cf69c Mon Sep 17 00:00:00 2001 From: Stafford Horne Date: Sat, 6 Oct 2018 07:25:20 +0900 Subject: [PATCH] Add travis configs for the sim build Now that sim should build, add some travis configs so we can keep it building. --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index eaffa27f8..79b1cf6b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ addons: - python-yaml - realpath - util-linux + - verilator + - libevent-dev + - libjson-c-dev git: submodules: false @@ -165,3 +168,13 @@ jobs: - stage: Targets env: C=lm32 P=opsis T="hdmi2usb" + + #-------------------------------------------- + # SIM/Verilator Targets + #-------------------------------------------- + - stage: Targets + env: C=or1k P=sim T="base" + + - stage: Targets + env: C=or1k P=sim T="base net" +