forked from manishas/sample_nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshippable.yml
More file actions
33 lines (30 loc) · 808 Bytes
/
shippable.yml
File metadata and controls
33 lines (30 loc) · 808 Bytes
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
language: node_js
node_js:
- 0.12
env:
- XUNIT_FILE=shippable/testresults/result.xml
build:
ci:
- npm install
- npm test
- echo $SHIPPABLE_BUILD_DIR
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage
- cd shippable/testresults
- wget https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.gz
- cp ruby-2.3.1.tar.gz 1.gz
- cp ruby-2.3.1.tar.gz 2.gz
- cp ruby-2.3.1.tar.gz 3.gz
- cp ruby-2.3.1.tar.gz 4.gz
- cp ruby-2.3.1.tar.gz 5.gz
- cp ruby-2.3.1.tar.gz 6.gz
- cp ruby-2.3.1.tar.gz 7.gz
- cp ruby-2.3.1.tar.gz 8.gz
- cp ruby-2.3.1.tar.gz 9.gz
- cp ruby-2.3.1.tar.gz 10.gz
- cp ruby-2.3.1.tar.gz 11.gz
- cp ruby-2.3.1.tar.gz 12.gz
- pwd
cache: true
cache_dir_list:
- $SHIPPABLE_BUILD_DIR