Skip to content

Commit f22ec3c

Browse files
Update shippable.yml
1 parent 4e21d25 commit f22ec3c

1 file changed

Lines changed: 7 additions & 31 deletions

File tree

shippable.yml

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,14 @@
1+
12
language: python
23

34
python:
45
- 3.4
56

7+
# For xunit-file module to put results in shippable folder
68
env:
7-
global:
8-
- FOO=FUBU
9-
10-
matrix:
11-
- M1=ONE
12-
13-
build:
14-
pre_ci:
15-
- docker build -t=shippabledocker/hitchcock2_sample_python .
16-
17-
pre_ci_boot:
18-
image_name: shippabledocker/hitchcock2_sample_python
19-
image_tag: latest
20-
pull: false
21-
options: '--privileged=true --net=bridge -e FOO=true -e BOO=false'
22-
23-
ci:
24-
- ps -eax
25-
- ls -al
26-
27-
post_ci:
28-
- docker push shippabledocker/hitchcock2_sample_python
29-
9+
- XUNIT_FILE=shippable/testresults/result.xml
3010

31-
integrations:
32-
hub:
33-
- integrationName: ship-docker
34-
type: docker
35-
branches:
36-
only:
37-
- master
38-
11+
# Make folders for the reports, and create the SQL db
12+
before_script:
13+
- mkdir -p shippable/testresults
14+
- mkdir -p shippable/codecoverage

0 commit comments

Comments
 (0)