Skip to content

Commit

Permalink
Merge pull request #79 from AlwinEsch/Matrix-change
Browse files Browse the repository at this point in the history
[Matrix] no more make translations within Matrix version
  • Loading branch information
AlwinEsch authored Sep 17, 2022
2 parents 3c5a9be + e959cb4 commit 9d77ee2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 64 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/sync-addon-metadata-translations.yml

This file was deleted.

10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ jobs:
- job: Windows

pool:
vmImage: 'VS2017-Win2016'
vmImage: 'windows-2022'

strategy:
matrix:
Win32:
GENERATOR: "Visual Studio 15 2017"
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: Win32
CONFIGURATION: Release
Win64:
GENERATOR: "Visual Studio 15 2017"
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: x64
CONFIGURATION: Release
Win64-UWP:
GENERATOR: "Visual Studio 15 2017"
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: x64
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
ARM64-UWP:
GENERATOR: "Visual Studio 15 2017"
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: ARM64
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
Expand Down
2 changes: 1 addition & 1 deletion visualization.waveform/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="visualization.waveform"
version="19.0.2"
version="19.0.3"
name="Waveform"
provider-name="MrC">
<requires>@ADDON_DEPENDS@</requires>
Expand Down

0 comments on commit 9d77ee2

Please sign in to comment.