mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-22 00:02:40 -04:00
add info on gitlab ci, fix typo
parent
6436c83fbf
commit
8db35dfeaa
@ -12,7 +12,7 @@ It's possible to make a plugin for both Qt5 and Qt6.
|
|||||||
pip install astpretty tokenize-rt
|
pip install astpretty tokenize-rt
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Install additionnal system dependencies. Typically on Debian based-images:
|
1. Install additional system dependencies. Typically on Debian based-images:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt install python3-pyqt6 python3-pyqt6.qtsvg python3-pyqt6.qsci
|
sudo apt install python3-pyqt6 python3-pyqt6.qtsvg python3-pyqt6.qsci
|
||||||
@ -39,6 +39,8 @@ The Docker image can also be used in a CI context to ensure compatibility along
|
|||||||
|
|
||||||
#### GitLab CI
|
#### GitLab CI
|
||||||
|
|
||||||
|
Edit `"{plugin_folder_path_within_git_repository}"` below to point to your plugin folder relative to your Git repository root.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
stages:
|
stages:
|
||||||
- 🐍 lint
|
- 🐍 lint
|
||||||
@ -71,6 +73,8 @@ lint:qt6:
|
|||||||
expire_in: 3 days
|
expire_in: 3 days
|
||||||
```
|
```
|
||||||
|
|
||||||
|
`pyqt6_checker.log` files are available as job artifacts after the pipeline has run.
|
||||||
|
|
||||||
## Official C++ documentation
|
## Official C++ documentation
|
||||||
|
|
||||||
- [Removed Modules in Qt 6.0](https://doc.qt.io/qt-6/whatsnew60.html#removed-modules-in-qt-6-0)
|
- [Removed Modules in Qt 6.0](https://doc.qt.io/qt-6/whatsnew60.html#removed-modules-in-qt-6-0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user