Skip to content

Commit d0e985b

Browse files
committed
trying to match devcontainer to normal ci
1 parent de589e5 commit d0e985b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/general.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ jobs:
8080
- name: Build dev container and run tests in it
8181
uses: devcontainers/ci@v0.3
8282
with:
83-
runCmd: tool/gh_actions/run_tests.sh
83+
runCmd: |
84+
tool/gh_actions/run_tests.sh
85+
dart test test/systemc_vector_test.dart
86+
tool/gh_actions/check_tmp_test.sh
8487
8588
deploy-documentation:
8689
name: Deploy Documentation

tool/gh_codespaces/run_setup.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ tool/gh_actions/install_dependencies.sh
2020
# Install Icarus Verilog.
2121
tool/gh_actions/install_iverilog.sh
2222

23+
# Install Accellera SystemC.
24+
tool/gh_actions/install_systemc.sh
25+
26+
# Pre-build SystemC precompiled header and Makefile.
27+
tool/gh_actions/setup_systemc_pch.sh
28+
2329
# Install Node
2430
tool/gh_actions/install_node.sh

0 commit comments

Comments
 (0)