Browse Source

Added Jenkinsfile

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

5
Jenkinsfile

@ -8,7 +8,10 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'docker run -v .:/home/SuperNET -w /home/SuperNET --rm artempikulin/cmake-ubuntu'
sh '''mkdir build
cd build
cmake ..
cmake --build . --target marketmaker-testnet'''
}
}
}

Loading…
Cancel
Save