Create zip file.

This commit is contained in:
Oliver Schmidt
2014-03-09 00:19:57 +01:00
parent 2adfd3f49f
commit 80ca7eb4e4
5 changed files with 34 additions and 14 deletions

View File

@@ -3,8 +3,9 @@ language:
install:
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686
script:
- make all doc
- make
- make -C src clean all CROSS_COMPILE=i686-w64-mingw32-
- make doc zip
after_success:
- make -C doc gh-pages
env: