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 6, 2018
1 parent b9d27ec commit aece561
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ addons:
- python-yaml
- realpath
- util-linux
- verilator
- libevent-dev
- libjson-c-dev

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

0 comments on commit aece561

Please sign in to comment.