build(deps): use submodules for wayland protocols (#1731)

This commit is contained in:
ReenigneArcher
2023-10-10 16:13:52 -04:00
committed by GitHub
parent 395d572b17
commit f1cd94638f
8 changed files with 18 additions and 430 deletions

View File

@@ -16,6 +16,7 @@ build:
- libboost-locale-dev # required for rstcheck in cpp code block
jobs:
post_build:
- find ./third-party -iname "*.rst" -type f -delete # find and delete rst files in third-party
- rstcheck -r . # lint rst files
# - rstfmt --check --diff -w 120 . # check rst formatting