Skip to content
Snippets Groups Projects
  1. Aug 02, 2017
  2. Nov 02, 2012
    • Ralph Giles's avatar
      Fix a ci script typo. · 2effe9d3
      Ralph Giles authored
      2effe9d3
    • Ralph Giles's avatar
      Attempt to fix the autotools linking issue on jenkins. · 2b4bc458
      Ralph Giles authored
      The jenkins autotools build has never worked because we try to
      build against uninstalled versions of the opus and ogg libraries,
      whose pkg-config files export a static library. This works fine
      for executables, but libtool seemingly can't link a dynamic library
      against a static library.
      
      We could change the -uninstalled.pc files to reference the libtool
      versions of the libraries, but that breaks the unix makefile builds,
      which of course don't use libtool.
      
      As a work around, write out our own versions of the pc files and
      use those to reference the file we need.
      
      Also sets -x on both continuous integration scripts so it's more
      clear what steps are being applied.
      2b4bc458
  3. Oct 01, 2012
    • Ralph Giles's avatar
      Keep the continuous integration build scripts in the repo. · 57274679
      Ralph Giles authored
      We use scripts like these with jenkins to do automatic build
      and test runs on every commit. Keeping the build instructions
      in the source repository itself makes it easier to track changes,
      and easier to make atomic updates when something is moved in
      the build system which breaks the jenkins runs.
      57274679
Loading