Skip to content

Commit

Permalink
Build and archive archdoc in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronorton committed Jan 23, 2024
1 parent e5038a0 commit 02c1b19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
cp c_emulator/cheriot_sim install
cp LICENSE install/LICENCE-cheriot-sail
cp sail-riscv/LICENCE install/LICENCE-sail-riscv
- name: Upload artifact
- name: Build arch doc
run: |
eval $(opam env) && make -C archdoc
cp archdoc/cheriot-architecture.pdf install
- name: Upload simulator artifact
uses: actions/upload-artifact@v3
with:
name: cheriot_sim
Expand Down

0 comments on commit 02c1b19

Please sign in to comment.