pipeline {
stages {
stage('Build') {
steps {
sh 'make release'
sh 'make'
}
stage('Test') {
sh 'make test'