Skip to content

Commit 1734db3

Browse files
committed
adding appveyor.yml
Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com>
1 parent 6778882 commit 1734db3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
image: Ubuntu
2+
environment:
3+
matrix:
4+
- TEST_SUITE: "bin/py.test "
5+
- TEST_SUITE: "./etc/release/release.sh"
6+
7+
install:
8+
- ./configure
9+
10+
build: off
11+
12+
13+
test_script:
14+
- $TEST_SUITE

0 commit comments

Comments
 (0)