diff --git a/.travis.yml b/.travis.yml index eaffa27f8..3e163e6cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ addons: - python-yaml - realpath - util-linux + - verilator git: submodules: false @@ -165,3 +166,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" +