Browse Source

Added Jenkinsfile

patch-3
Artem Pikulin 7 years ago
parent
commit
5fbc18f84a
  1. 3
      Jenkinsfile

3
Jenkinsfile

@ -8,7 +8,8 @@ pipeline {
stages {
stage('Build') {
steps {
sh '''rm -rf build
sh '''git submodule update --init --recursive
rm -rf build
mkdir build
cd build
cmake ..

Loading…
Cancel
Save