File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
12language : python
23
34python :
45 - 3.4
56
7+ # For xunit-file module to put results in shippable folder
68env :
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
You can’t perform that action at this time.
0 commit comments