Skip to content

Commit

Permalink
Merge pull request #200 from phunkyfish/update-axure-pipelines
Browse files Browse the repository at this point in the history
Update azure pipelines
  • Loading branch information
phunkyfish authored Feb 19, 2024
2 parents f5c390f + 728139b commit ff8ccc6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ variables:
trigger:
branches:
include:
- Matrix
- Nexus
- Omega
- releases/*
Expand All @@ -30,16 +29,26 @@ jobs:
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: x64
CONFIGURATION: Release
Win32-UWP:
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: Win32
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
Win64-UWP:
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: x64
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
ARM64-UWP:
ARM32-UWP:
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: ARM64
ARCHITECTURE: ARM
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
#ARM64-UWP:
# GENERATOR: "Visual Studio 17 2022"
# ARCHITECTURE: ARM64
# CONFIGURATION: Release
# WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"

workspace:
clean: all
Expand Down

0 comments on commit ff8ccc6

Please sign in to comment.