Skip to content

Commit

Permalink
Fidelity testing prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Joel authored and cdata committed Jan 25, 2019
1 parent 45a690c commit ba11b41
Show file tree
Hide file tree
Showing 34 changed files with 2,309 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
node_modules/*
dist/*
lib/*
fidelity/*
test/fidelity/results/*
examples/built/*
**/*.sw*
.DS_Store
Expand Down
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ dist: trusty
cache:
directories:
- node_modules
after_success:
- npm run check-fidelity
- ./scripts/compare-fidelity-to-last-recorded.sh
before_deploy:
- cd ${TRAVIS_BUILD_DIR}
- touch .nojekyll
Expand All @@ -25,9 +28,14 @@ before_deploy:
- echo '!node_modules/fullscreen-polyfill' >> .gitignore
- echo '!node_modules/resize-observer-polyfill' >> .gitignore
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
verbose: true
on:
branch: master
- provider: script
script: ./scripts/record-fidelity-results.sh
on:
tags: true
- provider: pages
skip-cleanup: true
preserve-history: true
github-token: $GITHUB_TOKEN
verbose: true
on:
branch: master
Binary file added examples/assets/alpha-blend-litmus.glb
Binary file not shown.
Binary file added examples/assets/quick_4k.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ba11b41

Please sign in to comment.