-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9982 from keymanapp/chore/merge-master-into-featu…
…re-gestures chore: merge master into feature-gestures 🐵
- Loading branch information
Showing
376 changed files
with
9,029 additions
and
6,514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Debian Packaging GitHub Action | ||
|
||
You can manually trigger a deb-packaging action on GitHub, e.g. to test changes: | ||
|
||
- push the changes to your fork of keymanapp/keyman: git push myfork HEAD:master | ||
- make sure you have GHA enabled in the settings of your fork and created an | ||
access token on GitHub | ||
- trigger a build with: | ||
|
||
```bash | ||
curl --write-out '\n' --request POST \ | ||
--header "Accept: application/vnd.github+json" \ | ||
--header "Authorization: token $GITHUB_TOKEN" \ | ||
--data "{ \"event_type\": \"deb-pr-packaging: master\", \ | ||
\"client_payload\": { \ | ||
\"buildSha\": \"$(git rev-parse refs/heads/master)\", \ | ||
\"headSha\": \"$(git rev-parse refs/heads/master)\", \ | ||
\"branch\": \"master\", \ | ||
\"isTestBuild\": \"true\"}" \ | ||
https://api.github.com/repos/<yourgithubname>/keyman/dispatches | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
17.0.200 | ||
17.0.209 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-52 Bytes
(91%)
common/test/keyboards/baseline/k_017___space_mnemonic_kbd.kmx
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+144 Bytes
(120%)
common/test/keyboards/baseline/k_020___deadkeys_and_backspace.kmx
Binary file not shown.
Oops, something went wrong.