feat/support_fiber #6

Merged
tqcq merged 52 commits from feat/support_fiber into master 2024-08-11 13:03:04 +08:00
Showing only changes of commit 9aaa2481e5 - Show all commits

7
Jenkinsfile vendored
View File

@ -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'){