Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Update CI #245

Merged
merged 8 commits into from
Jan 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
*.blend1
Thumbs.db
desktop.ini
*.report.json
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: dart
dart:
- "2.2.0-dev.1.1"
before_script: wget https://github.khronos.org/glTF-Validator/gltf_validator_linux64.snapshot
script: dart --no_background_compilation gltf_validator_linux64.snapshot -r -p -a ./2.0/
dist: bionic
language: minimal
env:
- LINK=https://github.com/KhronosGroup/glTF-Validator/releases/download/2.0.0-dev.3.2/gltf_validator-2.0.0-dev.3.2-linux64.tar.xz
install: curl -sL $LINK | tar xJ
script: ./gltf_validator -r -a ./2.0/
Binary file modified 2.0/AlphaBlendModeTest/glTF-Binary/AlphaBlendModeTest.glb
Binary file not shown.
16 changes: 0 additions & 16 deletions 2.0/AlphaBlendModeTest/glTF-Embedded/AlphaBlendModeTest.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -1317,22 +1317,6 @@
"sampler" : 0,
"source" : 2
},
{
"sampler" : 0,
"source" : 3
},
{
"sampler" : 0,
"source" : 3
},
{
"sampler" : 0,
"source" : 3
},
{
"sampler" : 0,
"source" : 3
},
{
"sampler" : 0,
"source" : 3
Expand Down
16 changes: 0 additions & 16 deletions 2.0/AlphaBlendModeTest/glTF/AlphaBlendModeTest.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -1317,22 +1317,6 @@
"sampler" : 0,
"source" : 2
},
{
"sampler" : 0,
"source" : 3
},
{
"sampler" : 0,
"source" : 3
},
{
"sampler" : 0,
"source" : 3
},
{
"sampler" : 0,
"source" : 3
},
{
"sampler" : 0,
"source" : 3
Expand Down
Binary file modified 2.0/CesiumMan/glTF-Binary/CesiumMan.glb
Binary file not shown.
Binary file removed 2.0/CesiumMan/glTF-Draco/0.bin
Binary file not shown.
Loading