Skip to content

Commit

Permalink
Add travis configs for the sim build
Browse files Browse the repository at this point in the history
Now that sim should build, add some travis configs
so we can keep it building.
  • Loading branch information
stffrdhrn committed Oct 5, 2018
1 parent f028ae5 commit 26abc77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ addons:
- python-yaml
- realpath
- util-linux
- verilator

git:
submodules: false
Expand Down Expand Up @@ -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"

0 comments on commit 26abc77

Please sign in to comment.