Select Git revision
statusicon.c
-
Emmanuel Milou authoredEmmanuel Milou authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Jenkinsfile 181 B
pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'mkdir build && cd build && cmake .. && make'
}
}
}
}