Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save animation in Travis logs #5

Open
Chamango90 opened this issue Sep 6, 2018 · 0 comments
Open

Save animation in Travis logs #5

Chamango90 opened this issue Sep 6, 2018 · 0 comments
Labels

Comments

@Chamango90
Copy link
Owner

In CI one could save the animation artifact as text inside the Travis build logs and parse them with js from the gh-pages.

const build_id = //<travis_build_id>
new THREE.FileLoader().load( `https://api.travis-ci.org/v3/job/${build_id}/log.txt`, function ( txt ) {

  // ... parse animation

})
@Chamango90 Chamango90 added the CI label Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant