1 # Continuous integration build script for opusfile.
2 # This script is run by automated frameworks to verify commits
3 # see https://mf4.xiph.org/jenkins/job/opusfile-unix/
5 # This is intended to be run from the top-level source directory.
9 # WARNING: clobbers outside the current tree!
11 ln -s /srv/jenkins/jobs/opus/workspace ../opus
14 make -C unix PKG_CONFIG_PATH=$PWD/../opus clean
15 make -C unix PKG_CONFIG_PATH=$PWD/../opus
17 # run any built-in tests
18 make -C unix PKG_CONFIG_PATH=$PWD/../opus check
20 # build the documentation