Skip to content

Commit

Permalink
Disable UWP build.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjs committed Sep 23, 2020
1 parent 3d6e652 commit f7407d1
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,32 +54,6 @@ pipeline {
}
}
}
stage('Build Windows x64 UWP') {
agent {
node {
label 'win10_x64'
}
}
steps {
bat '''
rem Setup environment
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" amd64 uwp
set CC=cl.exe
set CXX=cl.exe
rem Build Release
if not exist build mkdir build
cd build
cmake ../packager -G "Ninja" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0
ninja
'''
}
post {
success {
deploy();
}
}
}
stage('Build Linux') {
agent {
node {
Expand Down

0 comments on commit f7407d1

Please sign in to comment.