-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcircle.yml
More file actions
21 lines (19 loc) · 852 Bytes
/
circle.yml
File metadata and controls
21 lines (19 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# (c) Copyright 2015-2017 Hewlett-Packard Enterprise Development Company, L.P.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License v2.0 which accompany this distribution.
#
# The Apache License is available at
# http://www.apache.org/licenses/LICENSE-2.0
#
########################################################################################################################
general:
artifacts:
- "./cslang-builder/logs/builder.log"
test:
pre:
- >
wget https://github.com/CloudSlang/cloud-slang/releases/download/cloudslang-1.0.10/cslang-builder.zip
&& unzip cslang-builder.zip
&& chmod +x cslang-builder/bin/cslang-builder
override: # compile ./code directory
- ./cslang-builder/bin/cslang-builder -cr ./code -ts !default -cov