feat/support_fiber #6
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
@ -1,10 +1,5 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'tqcq/cross'
|
||||
}
|
||||
}
|
||||
|
||||
agent any
|
||||
options {
|
||||
skipDefaultCheckout(true)
|
||||
}
|
||||
@ -18,11 +13,22 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Configure') {
|
||||
agent {
|
||||
docker {
|
||||
image 'tqcq/cross'
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
sh 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug -DTILE_BUILD_TESTS=ON -DTILE_BUILD_BENCHMARKS=ON'
|
||||
}
|
||||
}
|
||||
stage('Build'){
|
||||
agent {
|
||||
docker {
|
||||
image 'tqcq/cross'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'cmake --build --target all -- -j`nproc --ignore=4`'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user