Skip to content

working on ci #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ucbbar/chisel3-tools
options: --entrypoint /bin/bash
options: --user github --entrypoint /bin/bash
env:
CONTAINER_HOME: /home/github

Expand All @@ -23,6 +23,20 @@ jobs:
uses: olafurpg/setup-scala@v10
- name: Cache
uses: coursier/cache-action@v5
- name: Setup Hardfloat
uses: actions/checkout@v2
with:
repository: ucb-bar/berkeley-hardfloat.git
- name: Setup chipsalliance-api-config
uses: actions/checkout@v2
with:
repository: chipsalliance/api-config-chipsalliance.git
- name: Setup rocket-chip
uses: actions/checkout@v2
with:
repository: chipsalliance/rocket-chip.git
- name: show location
run: pwd && ls -ltr
- name: Documentation
id: doc
run: sbt doc
Expand Down
46 changes: 0 additions & 46 deletions doc/Algebra Types.md

This file was deleted.

18 changes: 0 additions & 18 deletions doc/Binary Types.md

This file was deleted.

54 changes: 0 additions & 54 deletions doc/Blackbox Compatibility.md

This file was deleted.

10 changes: 0 additions & 10 deletions doc/Convertible Types.md

This file was deleted.

64 changes: 0 additions & 64 deletions doc/DspContext.md

This file was deleted.

124 changes: 0 additions & 124 deletions doc/Example.md

This file was deleted.

25 changes: 0 additions & 25 deletions doc/Number Types.md

This file was deleted.

Loading