-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codenvy.json
61 lines (61 loc) · 1.28 KB
/
.codenvy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"v": "4.0",
"policies" : {
"create" : "perUser"
},
"workspace": {
"defaultEnv": "cpp",
"environments": [
{
"name": "cpp",
"machineConfigs": [
{
"limits": {
"ram": 1000
},
"name": "ws-machine",
"type": "docker",
"source": {
"location": "http://beta.codenvy.com/api/recipe/reciperdl04ox9jl2ioge7/script",
"type": "recipe"
},
"dev": true
}
]
}
],
"projects": [
{
"links": [],
"name": "console-cpp-simple",
"attributes": {},
"type": "blank",
"source": {
"location": "https://github.com/che-samples/console-cpp-simple.git",
"type": "git",
"parameters": {}
},
"modules": [],
"path": "/console-cpp-simple",
"description": "",
"problems": [],
"mixins": [
"git"
]
}
],
"name": "cpp",
"attributes": {},
"commands": [
{
"commandLine": "cd ${current.project.path} && make && ./a.out",
"name": "run",
"attributes": {
"previewUrl": ""
},
"type": "custom"
}
],
"links": []
}
}