diff --git a/Jenkinsfile b/Jenkinsfile index bf8073184..af97b1343 100644 --- a/Jenkinsfile +++ b/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''' } } }