Skip to content

Commit

Permalink
Generate python bindings during Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lossyrob committed Mar 20, 2016
1 parent 38a8687 commit 208a530
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ install:
- make generate
- make
- cd ../..
- cd swig/python
- make generate
- make
- cd ../..
- sudo rm -f /usr/lib/libgdal.so*
- sudo make install
- sudo ldconfig
Expand Down Expand Up @@ -149,4 +153,3 @@ notifications:
channels:
- "irc.freenode.org#gdal"
use_notice: true

0 comments on commit 208a530

Please sign in to comment.