Skip to content

Commit

Permalink
Turn off windows static build to see if that frees up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Aug 27, 2024
1 parent 4dec8fa commit 5345e94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ jobs:
matrix:
shared:
SHARED_ARGS: '-DBUILD_SHARED_LIBS=On'
static:
SHARED_ARGS: '-DBUILD_SHARED_LIBS=Off'
###########################
## Windows static build is run on GitHub Actions
## static:
## SHARED_ARGS: '-DBUILD_SHARED_LIBS=Off'
pool:
vmImage: 'windows-2019'
variables:
Expand Down

0 comments on commit 5345e94

Please sign in to comment.