aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2018-04-25 18:44:54 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2018-04-25 18:44:54 +0300
commit726a05e53bf63c7ea3bcfbb48695211ff7e85ad2 (patch)
tree221b44f52a9ff320844b674447e9edc14f4b5546
parentda73ed316082e2d8e9f255443fb5e75e169f6cb4 (diff)
downloadnimpb-726a05e53bf63c7ea3bcfbb48695211ff7e85ad2.tar.gz
nimpb-726a05e53bf63c7ea3bcfbb48695211ff7e85ad2.zip
Build examples on travis
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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