Test Qt Dependencis
This commit is contained in:
Vendored
+1
-16
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user