-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a file to hold a map from class/method to headerfile (qgis#58054)
* create map file for class / header files for PyQGIS API docs * create map files * install file * add line numbers * also add methods * wait to sort * more methods * fix CMakeLists install * fix sorting * fix spell check * remove map files for Qt6 * Revert "remove map files for Qt6" This reverts commit 972f483. * do not test class_map files + auto sipify_all on branches * fix warning
- Loading branch information
Showing
15 changed files
with
55,278 additions
and
19 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 |
---|---|---|
@@ -1,23 +1,28 @@ | ||
name: Run sipify on PR | ||
name: Run sipify | ||
|
||
on: | ||
issue_comment: | ||
types: [created] | ||
push: | ||
branches: | ||
- master | ||
- release-* | ||
|
||
jobs: | ||
sipify: | ||
if: contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '/sipify') | ||
if: github.event_name == 'push' || (contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '/sipify')) | ||
runs-on: [ubuntu-latest] | ||
steps: | ||
|
||
- name: Get PR branch | ||
uses: alessbell/[email protected] | ||
if: ${{ github.event_name == 'issue_comment' }} | ||
id: comment-branch | ||
|
||
- uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ steps.comment-branch.outputs.head_ref }} | ||
repository: ${{ steps.comment-branch.outputs.head_owner }}/${{ steps.comment-branch.outputs.head_repo }} | ||
ref: ${{ steps.comment-branch.outputs.head_ref || github.ref_name }} | ||
repository: ${{ steps.comment-branch.outputs.head_owner || 'qgis' }}/${{ steps.comment-branch.outputs.head_repo || 'QGIS' }} | ||
token: ${{ secrets.GH_TOKEN_BOT }} | ||
|
||
- name: Install Requirements | ||
|
@@ -39,7 +44,7 @@ jobs: | |
libtry-tiny-perl | ||
- name: run sipify | ||
run: ./scripts/sipify_all.sh | ||
run: ./scripts/sipify_all.sh -m | ||
|
||
- name: commit | ||
run: | | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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