]> git.sur5r.net Git - cc65/blobdiff - .travis.yml
Create zip file.
[cc65] / .travis.yml
index 1ae62cd1c1ef844c2a0fa37d97c29e8a8ba4bc65..088ee69aac3b8c15adf2f5da6d91edab4fc905bd 100644 (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: