Skip to content

Commit 3789d63

Browse files
build all the langs
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent bb6a61e commit 3789d63

File tree

14 files changed

+596
-28
lines changed

14 files changed

+596
-28
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### 0.1.0
66

7+
#### 0.0.4
8+
- test all possible languages
9+
710
#### 0.0.2
811
- fix the jobResult contents in executed callback
912

config.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,17 @@ exports = module.exports = {
2525
MEM_LIMIT: '100m'
2626
},
2727
'py2': {
28-
SOURCE_FILE: 'source.py',
28+
SOURCE_FILE: 'script.py',
2929
CPU_SHARE: "0.8",
3030
MEM_LIMIT: '200m'
3131
},
3232
'nodejs6': {
33-
SOURCE_FILE: 'source.js',
33+
SOURCE_FILE: 'script.js',
34+
CPU_SHARE: "0.8",
35+
MEM_LIMIT: '300m'
36+
},
37+
'nodejs8': {
38+
SOURCE_FILE: 'script.js',
3439
CPU_SHARE: "0.8",
3540
MEM_LIMIT: '300m'
3641
}

dist/tasks/run.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tasks/run.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)