diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-27 21:58:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 21:58:03 +0200 |
commit | 173aaa25b60efa45b402b68f9b193cf9f83b3746 (patch) | |
tree | 64b2d5f3eeb9de96040a7a29103727ae90b68c3a /Jenkinsfile | |
parent | 5ce1aaa58731f2725fed9d874afe7194c8800a0f (diff) | |
parent | 7e14af718d2356a7c0d69acfb1994b965660fb30 (diff) | |
download | vyos-build-173aaa25b60efa45b402b68f9b193cf9f83b3746.tar.gz vyos-build-173aaa25b60efa45b402b68f9b193cf9f83b3746.zip |
Merge pull request #61 from runborg/eq-qemu-test
Qemu installation Test-suite
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 4383f230..fcf0dafd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -117,6 +117,14 @@ pipeline { """ } } + stage('Test') { + steps { + sh """ + cd build/ + sudo ../scripts/check-qemu-install --debug live-image-amd64.hybrid.iso + """ + } + } } post { success { |