Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-10-09 15:06:10 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-10-09 15:06:10 +0300
commit461df4f3340361c604c98c38b7b60a1b931221e8 (patch)
treedf4425d6ab9b6dd56ed8e2aa5f394dc597fbb8b9
parenta8cf23e21685d9f5dcfa18ccb41769e88c7fa8a3 (diff)
Build _dl as well on Travis
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a34211b..d249cbfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,8 +88,10 @@ script:
mkdir build;
cd build;
cmake .. $CMAKE_CONFIGURE_OPTIONS -DCMAKE_BUILD_TYPE=Release;
- cmake --build .;
+ cmake --build . -- _sl;
+ cmake --build . -- _dl;
ctest -C Release;
+ cd ..;
fi
-
if [ "$__" = "ARM32 cmake tests (error_code)" ] || [ "$__" = "ARM32 cmake tests (status_code)" ]; then