feat add cmake test
This commit is contained in:
parent
3ab8e5b9ea
commit
9aaa2481e5
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,10 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent { image 'tqcq/cross' }
|
||||
stages {
|
||||
stage('Build') {
|
||||
stage('Configure') {
|
||||
steps {
|
||||
sh 'echo build'
|
||||
sh 'env'
|
||||
sh 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug -DTILE_BUILD_TESTS=ON -DTILE_BUILD_BENCHMARKS=ON'
|
||||
}
|
||||
}
|
||||
stage('Test'){
|
||||
|
Loading…
Reference in New Issue
Block a user