aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86_64/80-emsdk.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Fix permissions on power-shell scripts and the shbang in a bash scriptEdward Welbourne2020-10-231-0/+0
| | | | | | | | | | | The power-shell scripts don't need to be executable (MS-Win doesn't care and we don't run them on Unix). The shbang line in a shell script only works if it's at the start of the file, not after a blank line. Change-Id: I12a927f414621187f867864617276528a59652e5 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Add webAssembly build for windows and macosJuha Karjalainen2019-07-311-0/+2
Provision emsdk and its dependecies to windows and macos. Task-number: QTBUG-63917 Task-number: QTQAINFRA-2835 Done-with: Juha Karjalainen <juha.karjalainen@qt.io> Change-Id: I24ea9cbc4f7cc95e6952765099d5e46247470011 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>