Add basic sim

This commit is contained in:
Byron Lathi
2024-03-03 17:06:10 -08:00
parent ab9da189d1
commit 01b1ecbcac
9 changed files with 152 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ variables:
stages:
- build
- sim
build:
stage: build
@@ -13,3 +14,11 @@ build:
- source init_env.sh
- make
sim:
stage: sim
tags:
- linux
script:
- source init_env.sh
- make sim