~starkingdoms/starkingdoms

35dbde2ed2351a0b92ee827cf31ff2bc1da3edd1 — c0repwn3r 2 years ago b062376
jenkins CI pt.7
1 files changed, 2 insertions(+), 0 deletions(-)

M Jenkinsfile
M Jenkinsfile => Jenkinsfile +2 -0
@@ 6,6 6,8 @@ pipeline {
    stages {
        stage('Prepare') {
            steps {
                sh 'apt-get update -yqq'
                sh 'apt-get install -yqq --no-install-recommends build-essential protobuf-compiler'
                sh 'rustup component add clippy'
            }
        }