Test Qt Dependencis
This commit is contained in:
Vendored
+2
-17
@@ -2,22 +2,7 @@ pipeline {
|
||||
agent none
|
||||
|
||||
stages {
|
||||
stage('Build Linux') {
|
||||
agent { label 'linux' }
|
||||
steps {
|
||||
cleanWs()
|
||||
checkout scm
|
||||
|
||||
sh '''
|
||||
cmake -S . -B build/linux -G Ninja -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build build/linux
|
||||
'''
|
||||
|
||||
archiveArtifacts artifacts: 'build/linux/test_app', fingerprint: true
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build Windows') {
|
||||
stage('Build Windows Qt') {
|
||||
agent { label 'windows' }
|
||||
steps {
|
||||
cleanWs()
|
||||
@@ -46,6 +31,6 @@ stage('Build Windows') {
|
||||
|
||||
archiveArtifacts artifacts: 'dist/windows/**', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user