fixes typo yet again

This commit is contained in:
Eyck-Alexander Jentzsch 2024-07-11 09:52:02 +02:00
parent 8de84ca4be
commit 3d657d42bc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
}
stage("generate cores and build TGC-ISS"){
steps {
sh 'TGC-GEN/scripts/generate_all -o dbt-rise-tgc'
sh 'TGC-GEN/scripts/generate_all.sh -o dbt-rise-tgc'
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'