enables ISS build in jenkins
This commit is contained in:
20
Jenkinsfile
vendored
20
Jenkinsfile
vendored
@@ -167,9 +167,8 @@ pipeline {
|
||||
steps {
|
||||
sh 'pwd'
|
||||
sh 'ls'
|
||||
sh 'conan profile detect --force'
|
||||
sh 'rm -rf build'
|
||||
/*
|
||||
sh 'rm -rf *@tmp'
|
||||
sh 'ls'
|
||||
sh '''
|
||||
for core in RV32GC; do
|
||||
for backend in interp; do
|
||||
@@ -183,25 +182,18 @@ pipeline {
|
||||
done
|
||||
'''
|
||||
sh 'conan profile detect --force'
|
||||
sh 'rm -rf build'
|
||||
sh 'rm -rf TGC-ISS/build'
|
||||
sh 'cmake -S . -B build --preset Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=OFF'
|
||||
sh 'cmake --build build -j'
|
||||
sh 'build/dbt-rise-tgc/tgc-sim --isa ?'
|
||||
*/
|
||||
sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim --isa ?'
|
||||
}
|
||||
}
|
||||
|
||||
stage("start to check") {
|
||||
stage("start to run FW with ISS") {
|
||||
steps {
|
||||
sh 'pwd'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
post {
|
||||
failure {
|
||||
sh("make -C hello-world/ clean")
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user