mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-07 11:32:21 +00:00
Merge branch 'master' into age-validator-client
This commit is contained in:
commit
299e6a0f89
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -8,12 +8,14 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cargo build'
|
sh 'cargo build --verbose --all'
|
||||||
|
sh 'cargo build --verbose --all --release'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cargo test --all'
|
sh 'cargo test --verbose --all'
|
||||||
|
sh 'cargo test --verbose --all --release'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user