Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/nmigen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3f05b8052113
Choose a base ref
...
head repository: m-labs/nmigen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b783592ace5d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 17, 2018

  1. Travis: build and cache Yosys.

    whitequark committed Dec 17, 2018
    Copy the full SHA
    b783592 View commit details
Showing with 6 additions and 0 deletions.
  1. +6 −0 .travis.yml
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,8 +3,14 @@ language: python
python:
- "3.6"
- "3.7"
cache:
directories:
- "$HOME/.ccache"
before_install:
- export PATH="/usr/lib/ccache:$PATH"
install:
- pip install coverage codecov pyvcd
- git clone https://github.com/YosysHQ/yosys && (cd yosys && make ENABLE_ABC=0)
script:
- coverage run -m unittest discover
- codecov