Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upPlease autodeploy the built spec #296
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mathiasbynens
Jan 19, 2016
Member
Travis CI could do this, using something like https://github.com/alrra/travis-scripts. See https://github.com/jakearchibald/isserviceworkerready/blob/206c54af0f8eb2b92f8affcc1abdd399c0a72a1d/.travis.yml#L5-L10 for an example.
|
Travis CI could do this, using something like https://github.com/alrra/travis-scripts. See https://github.com/jakearchibald/isserviceworkerready/blob/206c54af0f8eb2b92f8affcc1abdd399c0a72a1d/.travis.yml#L5-L10 for an example. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jakearchibald
Jan 19, 2016
I use that on a few projects & it works great. Means I can even make changes using github's editor on my phone, and the changes get pushed live.
jakearchibald
commented
Jan 19, 2016
|
I use that on a few projects & it works great. Means I can even make changes using github's editor on my phone, and the changes get pushed live. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
domenic
Jan 19, 2016
Member
Yeah, I would really appreciate this too; the lag between commits and releases is not really helping anything.
|
Yeah, I would really appreciate this too; the lag between commits and releases is not really helping anything. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
alrra
Jan 19, 2016
Contributor
I forked this project in order to show how things would work:
- some of the changes that would be required: https://github.com/alrra/ecma262/commit/fdb71c1341d38e52d8efea528a24d6db15c0680f
(Note: thefavicon.ico,figure-1.png&figure-2.pngfrom thegh-pagesbranch need to be moved inmasterand integrated into the build step) - how a Travis build would work like
- the end result (see also https://alrra.github.io/ecma262/).
@bterlson, @domenic Let me know if you're interested in something like that, and if so, I can open a pull request. The only thing that you would need to do is enable Travis CI for this repository and generate your own secure key.
|
I forked this project in order to show how things would work:
@bterlson, @domenic Let me know if you're interested in something like that, and if so, I can open a pull request. The only thing that you would need to do is enable Travis CI for this repository and generate your own secure key. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bterlson
Jan 21, 2016
Member
@alrra I would be interested in something like this if you want to send a PR!
|
@alrra I would be interested in something like this if you want to send a PR! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
It is done. |
Ms2ger commentedJan 19, 2016
CC @bterlson @domenic