File tree 3 files changed +20
-0
lines changed 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,21 @@ after_success:
29
29
after_script :
30
30
- cat /tmp/xdebug.log
31
31
32
+ # If build on a tag, publish a new release and upload vsix to the GitHub release
33
+ before_deploy :
34
+ - vsce package
35
+ - vsce publish -p $VSCE_TOKEN
36
+
37
+ deploy :
38
+ provider : releases
39
+ skip_cleanup : true
40
+ api_key :
41
+ secure : Jxe2EeDH4+pd4e/GhwUz+CQo5W4K7qBjdXQce9v+hUJZzoZgcwfkxZny0EWM53YyC6W8/10OZlo06KB2ZyiS90vYk9h0Wy5qva4le0m+ekW6u2YNexUd22z+9n6eKr5T+wzx60TTSHNLIprGyJfWyK5Q1vJbOzX0eBartXvu4NgXFakrBgykbur+8NwHQuZSAsiAnjooSTrVV+IJruCNti1ZhkVbwyjMMOzMvXU7y7wx2KZ30p0UL0S0/DbPRtfKJeLrLhkUYSVaxcoNsExVJaWKWrWiu8GZ6WBL0uryhSptobxllrFWH93ox0IDw2WGJNKMronGdxbafle20ILLK/q/0HN0QRa0h8dcFEerLyMSLOxF/dgdVVvlqockCC4/fISreTjrFAd8o0RLL+BIgfvrTmSsHJ0dD1sOVVO2ZnMmYOia0Ehex1wBBO2PXE+yHQBqwVjIEqPx5cwdO94Js1RCFiMaJmAEMaF1+JceWobwCsIpGyhsq3202XtnbPxHyi5o1IcsQWeMDdo2GsNozJgCMf8IuWB+z5jKa6Vlz92TXmGEPUAzTERHyGKNMKN9oHw0WhUkgFVt4dn1wMLGnFjy+BSrlmBzg4UCYT1LD2HYCkhQPrOgHGLiCBiBENoRCXOr/01mZpu16ibpJxMf114udtwA2TThHrmnRgWNXms=
42
+ file : php-debug-*.vsix
43
+ file_glob : true
44
+ on :
45
+ repo : felixfbecker/vscode-php-debug
46
+ tags : true
47
+
32
48
sudo : false
49
+
Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ appveyor-install.ps1
15
15
.travis.yml
16
16
travis-php.ini
17
17
ISSUE_TEMPLATE.md
18
+ * .vsix
19
+ * .log
Original file line number Diff line number Diff line change 54
54
"tslint" : " ^5.4.3" ,
55
55
"typescript" : " ^2.1.4" ,
56
56
"typings" : " ^2.0.0" ,
57
+ "vsce" : " ^1.28.0" ,
57
58
"vscode-debugadapter-testsupport" : " ^1.11.0"
58
59
},
59
60
"scripts" : {
You can’t perform that action at this time.
0 commit comments