updates submodule, Jenkins displays available isa after building

This commit is contained in:
2024-08-21 12:09:41 +02:00
parent 3fb45df48c
commit e6b34cfad9
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -50,6 +50,7 @@ pipeline {
sh 'conan profile new default --detect --force'
sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=ON'
sh 'cmake --build build -j'
sh 'build/dbt-rise-tgc/tgc-sim --isa ?'
}
}
}