From d09186f69f940d38758e71f3f561f1ec848d36ea Mon Sep 17 00:00:00 2001 From: Alexis Lopez Zubieta Date: Sun, 14 Oct 2018 15:04:38 +0200 Subject: [PATCH] Run unit tests on the build.sh script --- travis/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis/build.sh b/travis/build.sh index 0dd8ccf..4cdd617 100755 --- a/travis/build.sh +++ b/travis/build.sh @@ -39,6 +39,9 @@ cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo make -j$(nproc) +## Run Unit Tests +ctest + # args are used more than once LINUXDEPLOY_ARGS=("--appdir" "AppDir" "-e" "bin/linuxdeploy" "-i" "$REPO_ROOT/resources/linuxdeploy.png" "--create-desktop-file" "-e" "/usr/bin/patchelf" "-e" "/usr/bin/strip")