#!/bin/sh

# A test if FreeCAD still builds - to catch breaking changes in dependencies.

set -e

dpkg-buildpackage -us -uc -b

