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 7ece925875 - Show all commits

4
Jenkinsfile vendored
View File

@ -10,9 +10,9 @@ pipeline {
sh 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug -DTILE_BUILD_TESTS=ON -DTILE_BUILD_BENCHMARKS=ON' sh 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug -DTILE_BUILD_TESTS=ON -DTILE_BUILD_BENCHMARKS=ON'
} }
} }
stage('Test'){ stage('Build'){
steps { steps {
sh 'echo Test' sh 'cmake --build --target all -- -j`nproc --ignore=4`'
} }
} }
stage('Deploy') { stage('Deploy') {