Adding jenkinsfile
webfish/master There was a failure building this commit
Details
webfish/master There was a failure building this commit
Details
parent
8dbb43328b
commit
400970c6d0
@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Compile') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
sh 'cmake . && make'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue