This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 4 files changed +23
-33
lines changed
4 files changed +23
-33
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ install:
30
30
- yarn prepare
31
31
script :
32
32
- travis_retry yarn test
33
-
33
+
34
34
jobs :
35
35
fast_finish : true
36
36
allow_failures :
37
37
- os : osx
38
+ - os : windows
38
39
include :
39
40
- stage : test
40
41
os : linux
43
44
before_script : skip
44
45
script :
45
46
- travis_retry yarn test:theia
47
+ - os : windows
48
+ env :
49
+ - CXX=c++
50
+ - YARN_GPG=no
51
+ before_script : skip
52
+ script :
53
+ - travis_retry yarn test:theia
46
54
- stage : deploy
47
55
if : NOT type IN (cron, pull_request)
48
56
os : linux
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
24
24
25
25
## Third-party Content
26
26
27
- See overall third-party content notices in the main repository at
28
- https://github.com/theia-ide /theia/blob/master/NOTICE.md#third-party-content
27
+ See overall third-party content notices in the main repository at
28
+ https://github.com/eclipse-theia /theia/blob/master/NOTICE.md#third-party-content
29
29
30
30
## Cryptography
31
31
@@ -40,7 +40,7 @@ permitted.
40
40
41
41
NOTICE:
42
42
43
- Please note Electron combines Chromium and Node.js into a single runtime.
43
+ Please note Electron combines Chromium and Node.js into a single runtime.
44
44
While Electron, Chromium and Node.js are generally licensed under very
45
45
permissive MIT and BSD-3-Clause licenses, both Electron and Chromium distribute
46
46
FFmpeg. While FFmpeg is under the LGPL-2.1-or-later license it incorporates
Original file line number Diff line number Diff line change 4
4
5
5
<h2 >ECLIPSE THEIA - C/C++ EXTENSIONS</h2 >
6
6
7
+ <div id =" badges " align =" center " >
8
+
9
+ [ ![ Gitpod - Code Now] ( https://img.shields.io/badge/Gitpod-code%20now-blue.svg?longCache=true )] ( https://gitpod.io#https://github.com/eclipse-theia/theia-cpp-extensions )
10
+ [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-curved )] ( https://github.com/eclipse-theia/theia-cpp-extensions/labels/help%20wanted )
11
+ [ ![ Build Status] ( https://api.travis-ci.com/eclipse-theia/theia-cpp-extensions.svg?branch=master )] ( https://travis-ci.com/eclipse-theia/theia-cpp-extensions )
12
+ [ ![ Open questions] ( https://img.shields.io/badge/Open-questions-blue.svg?style=flat-curved )] ( https://github.com/eclipse-theia/theia-cpp-extensions/labels/question )
13
+ [ ![ Open bugs] ( https://img.shields.io/badge/Open-bugs-red.svg?style=flat-curved )] ( https://github.com/eclipse-theia/theia-cpp-extensions/labels/bug )
14
+
15
+
16
+ </div >
17
+
7
18
</div >
8
19
9
20
## Overview
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments