Skip to content

Commit b0cb789

Browse files
authored
Add CMake build
1 parent e9ebae3 commit b0cb789

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ pipeline {
1010
sh 'make clean && make'
1111
}
1212
}
13+
stage('CMakeBuild') {
14+
steps {
15+
sh 'make clean && mkdir build && cd build && cmake -DDYNAMIC_ARCH=1 .. && make'
16+
}
17+
}
1318
}
1419
}

0 commit comments

Comments
 (0)