-
Notifications
You must be signed in to change notification settings - Fork 0
/
circle.yml
53 lines (48 loc) · 1.23 KB
/
circle.yml
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
# Customize the test machine
machine:
node:
version: 7.10.0
ruby:
version: 2.1.2
# Override /etc/hosts
services:
- docker
dependencies:
override:
- chmod +x -R scripts/*
#- git clone https://github.com/swagger-api/swagger-codegen
#- cd swagger-codegen && ./run-in-docker.sh mvn package
#- sh scripts/generate-v1-sdks-circleci.sh
#- cd curedao_v1_skds/javascript && npm install && npm test
- npm install -g gulp browserify
- npm install
#- ls ./sdks-unzipped/javascript-client
#- gulp copy-js-sdk-to-node-modules
#- ls ./node_modules/curedao
test:
override:
- gulp 0-download
- sleep 5
- gulp 1-decompress
- sleep 5
- sudo chmod -R 777 node_modules
- gulp 3-copy-to-repos
- sleep 5
- gulp js-sdk-copy-to-node-modules
- sleep 5
- gulp check-responses
general:
artifacts:
- "swagger-codegen/curedao_v1_skds.zip"
- "swagger-codegen/api-docs.json"
- "node_modules/curedao"
- "sdks-unzipped"
- "sdks-zipped"
- "responses"
deployment:
prod:
branch: master
commands:
- gulp 4-build-and-release-javascript
- gulp 5-commit-changes
#- aws s3 cp ~/docs/swagger-codegen/curedao_v1_skds.zip s3://curedao-docs/