]> jfr.im git - solanum.git/commitdiff
doc: build with travis
authorSimon Arlott <sa.me.uk>
Sun, 12 Aug 2018 08:40:40 +0000 (09:40 +0100)
committerSimon Arlott <sa.me.uk>
Sun, 12 Aug 2018 08:40:40 +0000 (09:40 +0100)
.travis.yml

index 06426716fc50007e52d258430bc56b734354bc62..ac3b9a9923e49653b707644bb0fae4dcb0db9b74 100644 (file)
@@ -13,7 +13,7 @@ matrix:
       addons:
         apt:
           sources: ['ubuntu-toolchain-r-test']
-          packages: ['gcc-4.8', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
+          packages: ['gcc-4.8', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo']
       env: COMPILER=gcc-4.8
 
     - os: linux
@@ -21,7 +21,7 @@ matrix:
       addons:
         apt:
           sources: ['ubuntu-toolchain-r-test']
-          packages: ['gcc-4.9', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
+          packages: ['gcc-4.9', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo']
       env: COMPILER=gcc-4.9
 
     - os: linux
@@ -29,7 +29,7 @@ matrix:
       addons:
         apt:
           sources: ['ubuntu-toolchain-r-test']
-          packages: ['gcc-5', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
+          packages: ['gcc-5', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo']
       env: COMPILER=gcc-5
 
     - os: linux
@@ -37,7 +37,7 @@ matrix:
       addons:
         apt:
           sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
-          packages: ['clang-3.7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
+          packages: ['clang-3.7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo']
       env: COMPILER=clang-3.7
 
     - os: osx
@@ -56,3 +56,4 @@ script:
   - CC=$COMPILER ./configure --with-shared-sqlite
   - make -j4
   - make install
+  - make -C doc/oper-guide html man info