Browse Source

Added Jenkinsfile

patch-3
Artem Pikulin 7 years ago
parent
commit
73167c4cc4
  1. 3
      Jenkinsfile

3
Jenkinsfile

@ -8,7 +8,8 @@ pipeline {
stages {
stage('Build') {
steps {
sh '''mkdir build
sh '''rm -rf build
mkdir build
cd build
cmake ..
cmake --build . --target marketmaker-testnet'''

Loading…
Cancel
Save