forked from aniket-amrutkar/falkonry-python-client-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshippable.yaml
33 lines (29 loc) · 1.32 KB
/
shippable.yaml
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: python
python:
- 3.6
env:
global:
- secure: dKV3kt6smlvICLGJpn9pErp0VtcJhDVDk7j7UDaGAK8/c83/UYzaFUZQoBiTqhRCKhsY9aKAw6j+GFP6/2y8SHOR9jGDk8WjM0vjEYZsommYOg9tqqxeE5Gf7LqOOcQdbFl4rhbLmgXzGtD1TiW+IcP4pZ3fg/nwDCC91P/jiVSBod2zB3gh0gp7bMjBVqs9u85MXgJyBDaXQy86RqVGwPgolP4hOQh71gqeIs0doQAMyMmtowo4X3iR9RcqNcRkR4T82LWUxuK6Gt1ra1FFdlYh0xVhJOxKOJs4r60dFoyePLn92oY1BxT7azYGkQ213Nb6PWDQ3rYg2XKjFz7AyQ==
- secure: bZfVghdq1r+Hi8Ku10Jn7O+xq5QxBMVfFCel35MGvFcdx98SLh4pGUzP16Y84xgcv0t9wY7ix4ZBMXEHVgK89cIT+HYR4hoDJgShmMwImKKRfAvEFvN9qiSVCYKejq7AEedBVbNnT4DoDbsQta/a0vM0iZKt2OC5X7fBb72YEgNY1p7pKKroz+yWufUQ1qDsmivckCBMzjErXu8xjeh0SkWEwhQhJh8hvQijiiOY4VfO6PX6ZprHSan2ipqzaftd7KbwErY7yAhVutY6toRApJujRNR47TWkrmm4c9jTTFtutvzAmC41BocD6mUS/Qnukc82HAZGRTf/3wJxWwmRAg==
- FALKONRY_DATASTREAM_SLIDING_ID=hkhht2cyjyw6vt
- FALKONRY_ASSESSMENT_SLIDING_ID=bkm6crnmrc2qvw
- FALKONRY_ASSESSMENT_BATCH_ID=789hcmkmvm6tbn
build:
ci:
- pip -V
- python -V
post_ci:
- pip install -r requirements.txt
- cd test; ./Test.sh; cd ..
- mkdir -p shippable/testresults
- cp test/out/*.xml shippable/testresults/
integrations:
notifications:
- integrationName: slack-notify
type: slack
recipients:
- "#builds"
on_success: never
on_failure: always
on_start: never
on_pull_request: never