From 49e855127eb57724c2fce535790794713d1edc87 Mon Sep 17 00:00:00 2001 From: Cameron Ross Date: Fri, 27 Apr 2018 00:19:33 -0300 Subject: [PATCH] compile examples on travis-ci as well --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 844f7fa..499bad7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,14 @@ script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ninja -j8 -C build test -v; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then SDKROOT=$(xcodebuild -version -sdk macosx Path) meson build && ninja -j8 -C build test; fi - dub build + - "dub build dyaml:benchmark" + - "dub build dyaml:constructor" + - "dub build dyaml:getting-started" + - "dub build dyaml:representer" + - "dub build dyaml:resolver" + - "dub build dyaml:benchmark" + - "dub build dyaml:yaml_gen" + - "dub build dyaml:yaml_stats" - dub test --build=unittest-cov after_success: - bash <(curl -s https://codecov.io/bash)