Skip to content

#9, #10 Add capenter, capexit (WIP) #155

#9, #10 Add capenter, capexit (WIP)

#9, #10 Add capenter, capexit (WIP) #155

Workflow file for this run

name: Building and testing on push
on: [push]
jobs:
build:
name: Build
runs-on: Linux
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}
submodules: recursive
- uses: ./.github/actions/gem5-dev/
with:
script-path: '.github/scripts/build-test.sh'