Add build step to jenkinsfile
This commit is contained in:
parent
4e6e5db2c3
commit
015028bde2
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -14,7 +14,10 @@ pipeline {
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
sh '''
|
||||
cd "build" &&
|
||||
make
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
Loading…
Reference in New Issue
Block a user