updates submodule, Jenkins displays available isa after building
This commit is contained in:
parent
3fb45df48c
commit
e6b34cfad9
|
@ -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 ?'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e3873bea7a2fcb19abda31fcac469bd8125288bd
|
||||
Subproject commit 3fda1c77b0e624ee3349f0379aca93e1ae3d3ecf
|
Loading…
Reference in New Issue