🐳 chore: try

This commit is contained in:
jerry 2022-05-03 16:54:54 +08:00
parent d283d3f346
commit 08da84e67d

4
Jenkinsfile vendored
View File

@ -4,11 +4,11 @@ pipeline {
stage('build') { stage('build') {
agent { agent {
docker { docker {
image 'shenmo7192/uos-21-dtk5.4:1.0' image 'sparkstore/qt-build-image:5.11'
} }
} }
steps { steps {
sh 'dpkg-buildpackage && tree .' sh 'mkdir build && cd build && qmake .. && make'
} }
} }