Commit graph

4 commits

Author SHA1 Message Date
Pavel Lobashov a66e1daac3
Fix building web-apps by require sdkjs (#725)
Since this commit on develop
3636bf78c4
web-apps require file from `sdkjs` named
```
'../../../../sdkjs/common/device_scale.js'
```
So cloning of sdkjs is bring back
Currently it will close `sdkjs#develop` for any branches,
since implement cloning different branches for different
PR destanation in GitHub Actions is not a trivial task and
will take time to develop.
But maybe current variant will be enough in major cases
2021-03-01 11:03:35 +03:00
Pavel Lobashov b7ddb1b776
Remove cd to dir 2020-10-27 11:32:55 +03:00
Pavel Lobashov fc84fdcbca
Fix locations 2020-10-27 11:29:48 +03:00
Pavel Lobashov 165924db8b
Add github actions instead of Travis CI 2020-10-27 11:28:14 +03:00