Skip to content
Snippets Groups Projects
Commit d7468e90 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

add Jenkinsfile

Change-Id: I16caa7cd58b082fae77b9f9815613418247b4f55
parent efe27372
Branches
No related tags found
Loading
pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'mkdir build && cd build && cmake .. && make'
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment