Skip to content

Commit d2e6905

Browse files
committed
local building
1 parent 9a7d4de commit d2e6905

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.c9build.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
3+
# Build
4+
sudo pip install -r requirements.txt
5+
6+
# Code Analysis
7+
8+
9+
# Test with Code Coverage
10+
nose2 --junit-xml --with-coverage --coverage-report xml
11+
12+
# Publish
13+
curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
14+
testspace publish [Tests]nose2.xml coverage.xml master.c9

0 commit comments

Comments
 (0)