Commit graph

6 commits

Author SHA1 Message Date
Labhansh Agrawal
093bc4ff75 add app/node_modules to circleci persist list 2019-12-23 17:28:28 +01:00
Benjamin Staneck
2cc4c9e1ef
Update xterm to v4 (#3830)
* update xterm to 4

* add back webGL addon

* remove ligatures xterm addon, unused atm and does not work with webGL renderer

* update node-pty

* more work on trying to get xterm4 to work

* update xterm to 4.0.2

* move where xterm addon props are assigned

* more updates

* only load webgl addon if webgl is enabled

* fix search function

* remove rendererType setting, the xterm addon does this for us

* use xcode 10.3 on circleci

* fix typo

* revert node-pty bump for now

* use stable versions of the xterm plugins

* fix focus listener

* add windowsMode prop

* move webGL check

* apply tweaks by @GitSquared

* fix resizing issue

* Revert "fix resizing issue"

This reverts commit fce3780b038d69378f63bdfbfa613f20130fad34.

* apply review suggestions

* change so all addons have separate instances for each terminal

* update yarn-standalone to 1.19

* fix resize problem of split view

by @ivanwonder

* apply review feedback

* fix lint

* add name and version to package.json

* address review feedback

* more review feedback
2019-10-06 20:51:56 +02:00
CHaBou
e181e1eb8d
CircleCI: Prevent repetitive build job when releasing (#2787) 2018-03-27 00:43:25 +02:00
CHaBou
aaa18af3d5
Fix CircleCI release job 2018-03-26 23:49:02 +02:00
Timothy
cf7347fd3c Ensured Circle CI config works as expected (#2759)
* Test all branches and make sure tag checkouts build correctly

* Fix syntax error
2018-03-13 20:36:10 -07:00
Timothy
d10c38bb11 Update to CircleCI 2 (#2758)
* Initial circlci version 2 config file

* Fix step 3 structure

* Formatting

* Add run before conditional

* Storing artifacts

* Better config structure and use workflows for conditions etc.

* Potentially fix artifact upload

* Check if artifacts build which just a general path

* Finish up

* Remove test branch
2018-03-13 12:44:11 -07:00