adds hello running on ISS in jenkins

This commit is contained in:
2025-07-25 15:46:25 +02:00
parent b68c2226d9
commit 56081dcb6f

3
Jenkinsfile vendored
View File

@@ -200,7 +200,8 @@ pipeline {
steps {
sh 'pwd'
sh 'ls'
sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim/ -f ISS_Debug/hello.elf'
sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim -f hello-world/ISS_Debug/hello.elf'
sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim -f hello-world/ISS_Debug_64/hello.elf'
}
}