[CI] Add a task to build the scala doc

This commit is contained in:
David Biancolin 2020-05-21 23:54:37 -07:00
parent 1971c6d76c
commit 0ec52b3d4b
1 changed files with 5 additions and 5 deletions

View File

@ -56,12 +56,13 @@ commands:
command: |
make -C /home/centos/$CIRCLE_PROJECT_REPONAME/sim run-verilator SAMPLE=/home/centos/$CIRCLE_PROJECT_REPONAME/sim/output/f1/Stack-NoConfig-HostDebugFeatures_DefaultF1Config/Stack.verilator.sample LOGFILE= WAVEFORM= ARGS=+tracelen=8 TARGET_PROJECT=midasexamples DESIGN=Stack TARGET_CONFIG=NoConfig PLATFORM_CONFIG=HostDebugFeatures_DefaultF1Config PLATFORM=f1
firesimtest-fased:
description: "Run a test"
build-scala-doc:
description: "Compiles Scala Doc"
steps:
- sim-env-setup
- run:
command: |
su centos -c "cd ~/$CIRCLE_PROJECT_REPONAME && source env.sh && cd sim && make TARGET_PROJECT=fasedtests test"
sbt "project firesim" "unidoc"
jobs:
@ -73,8 +74,7 @@ jobs:
- checkoutascentos
- buildsetup
- firesimtest-manual-midasexamples
#- firesimtest-midasexamples
#- firesimtest-fased
- build-scala-doc
workflows: