forked from KhronosGroup/glTF-Sample-Assets
-
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.
Initial release of new Sample Asset Repo
- Loading branch information
Showing
1,531 changed files
with
345,344 additions
and
2 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,28 @@ | ||
name: glTF Validation | ||
|
||
on: [push, pull_request] | ||
|
||
env: | ||
CI: true | ||
LINK: "https://github.com/KhronosGroup/glTF-Validator/releases/download/2.0.0-dev.3.8/gltf_validator-2.0.0-dev.3.8-linux64.tar.xz" | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Install glTF Validator | ||
run: | | ||
curl -sL $LINK | tar xJ | ||
- name: Validate glTF samples | ||
run: | | ||
./gltf_validator -r -a ./Models/ | ||
- name: Upload Validation Reports | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: validation-reports | ||
path: | | ||
**/*.report.json |
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,11 @@ | ||
.DS_Store | ||
.alg_meta | ||
.vscode | ||
*.blend1 | ||
Thumbs.db | ||
desktop.ini | ||
*.report.json | ||
gltf_validator.exe | ||
*.csv | ||
metadata.template.json | ||
ui-generator.php |
Oops, something went wrong.