source:
vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/bin/ci/download_gl_schema.sh
最後變更 在這個檔案是 103996,由 提交於 12 月 前 | |
---|---|
檔案大小: 292 位元組 |
行 | |
---|---|
1 | #!/bin/sh |
2 | |
3 | # Helper script to download the schema GraphQL from Gitlab to enable IDEs to |
4 | # assist the developer to edit gql files |
5 | |
6 | SOURCE_DIR=$(dirname "$(realpath "$0")") |
7 | |
8 | ( |
9 | cd $SOURCE_DIR || exit 1 |
10 | gql-cli https://gitlab.freedesktop.org/api/graphql --print-schema > schema.graphql |
11 | ) |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器