TGC-ISS/.gitea/workflows/interp_act.yaml

24 lines
1000 B
YAML
Raw Normal View History

2024-03-24 11:05:23 +01:00
name: Interp architectural test suite
on: push
jobs:
2024-03-24 11:16:02 +01:00
Build and test interp backend:
2024-03-24 11:05:23 +01:00
runs-on: ubuntu-latest
container:
image: git.minres.com/tooling/riscof_sail:latest
steps:
- name: Check out repository code
2024-03-24 11:41:59 +01:00
run: git clone --recursive https://git.minres.com/TGFS/TGC-ISS.git
- name: Checkout TGC-COMPLIANCE
2024-03-24 11:56:03 +01:00
run: |
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ssh_key
2024-03-24 12:02:55 +01:00
chmod 600 ssh_key
2024-03-24 12:04:58 +01:00
git clone --recursive -c core.sshCommand="/usr/bin/ssh -i ssh_key -o StrictHostKeyChecking=accept-new" ssh://git@git.minres.com:2221/TGFS/TGC-COMPLIANCE.git
2024-03-24 11:05:23 +01:00
- name: Build tgc-sim executable
run: |
2024-03-24 11:16:02 +01:00
cmake -S TGC-ISS -B TGC-ISS/build -DCMAKE_BUILD_TYPE=Debug -DWITH_ASMJIT=OFF -DWITH_TCC=OFF -DWITH_LLVM=OFF
cmake --build TGC-ISS/build -j24
2024-03-24 11:05:23 +01:00
- name: run tests
2024-03-24 12:17:42 +01:00
run: python3 TGC-COMPLIANCE/run_act.py -core TGC5C -sim TGC-ISS/build/dbt-rise-tgc/tgc-sim -w . --dockerless --backend interp