changes Jenkins step name
This commit is contained in:
parent
3a8a675bfd
commit
0992cefeb8
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -90,7 +90,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
stage('CLang') {
|
stage('Format check') {
|
||||||
agent {docker { image 'ubuntu-riscv' } }
|
agent {docker { image 'ubuntu-riscv' } }
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') { steps { checkout_project() }}
|
stage('Checkout') { steps { checkout_project() }}
|
||||||
@ -98,7 +98,6 @@ pipeline {
|
|||||||
stage('Build & check format') { steps {
|
stage('Build & check format') { steps {
|
||||||
sh'''
|
sh'''
|
||||||
cmake -S . -B build
|
cmake -S . -B build
|
||||||
cmake --build build -j12
|
|
||||||
cmake --build build --target format-check
|
cmake --build build --target format-check
|
||||||
'''
|
'''
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user