From 191af8291237f58633a9aef139dec4623cdd5cf9 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 12 Jun 2018 08:48:31 +0200 Subject: [PATCH] also run the ci tests --- Tests/ci-tests.bash | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Tests/ci-tests.bash b/Tests/ci-tests.bash index aff8a38a3..ef12d327f 100644 --- a/Tests/ci-tests.bash +++ b/Tests/ci-tests.bash @@ -3,4 +3,9 @@ set -e trap 'mv -v /opt/clean/etc/IDEEnvs{.bak,}' EXIT cp -v /opt/clean/etc/IDEEnvs{,.bak} sed -i "s|{Application}/lib/iTasks|$(pwd)/Libraries|g" /opt/clean/etc/IDEEnvs + +#Try to compile everything find . -name "*.prj" | xargs dirname | sort -u | xargs -I{} sh -c "cd {}; cpm make" + +#Run the tests +( cd Tools; ./RunUnitTestsForCi; ) -- GitLab