Skip to content

Commit

Permalink
Run vpicc unit tests from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
d0 committed Jul 24, 2014
1 parent f4e013f commit 9e606bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ env:
-PREFIX=/tmp/install
script:
#Build virtualsmartcard
- cd virtualsmartcard && autoreconf -vsi && ./configure && make && cd ..
- cd virtualsmartcard && autoreconf -vsi && ./configure && make
- cd src/vpicc/ && export PYTHONPATH=$PYTHONPATH:`pwd` && python -m unittest discover -s virtualsmartcard.tests -p *_test.py -v && cd $TRAVIS_BUILD_DIR
# Build pcsc-relay, which requires libnfc
- cd /tmp && git clone https://code.google.com/p/libnfc && cd libnfc && autoreconf -i && ./configure --prefix=$PREFIX && make install && cd $TRAVIS_BUILD_DIR
- cd pcsc-relay && autoreconf -vsi && ./configure && make && cd ..
Expand Down

0 comments on commit 9e606bb

Please sign in to comment.