From 726a05e53bf63c7ea3bcfbb48695211ff7e85ad2 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 25 Apr 2018 18:44:54 +0300 Subject: Build examples on travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 82537ee..7e6d732 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,10 @@ script: # (the `compiler` option of the build matrix sets the `$CC` variable) - nimble install -y https://github.com/oswjk/nimpb_protoc - nimble build -y --cc:$CC + - cd examples/simple + - make + - cd ../addressbook + - make # - nim compile --cc:$CC --verbosity:0 cache: # Cache both compilers easily -- cgit v1.2.3