Skip to content

Commit

Permalink
Add preconfigured package for whispercpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-malburg committed Feb 2, 2024
1 parent a893897 commit 7cbd1da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/build-package-preconfigured.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ parameters:
- sqlite3
- sqlite-modern-cpp
- tinyxml
- whispercpp

- name: publishToGitHubRelease
displayName: Publish built package artifacts to a tagged release in the GitHub repo (A package name + version tag will be created like "somepackage-1.2.3")
Expand Down
13 changes: 13 additions & 0 deletions preconfigured-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,19 @@
"linkType": "dynamic",
"buildType": "release"
}
},
{
"name": "whispercpp",
"mac": {
"package": "whispercpp",
"linkType": "dynamic",
"buildType": "release"
},
"win": {
"package": "whispercpp",
"linkType": "dynamic",
"buildType": "release"
}
}
]
}

0 comments on commit 7cbd1da

Please sign in to comment.