From 632cad07eec2ad9fc4cc32659d28a137e7dc7c3b Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Tue, 2 Apr 2019 21:32:07 -0700 Subject: [PATCH] Travis CI: Build preview dir too --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 47f7111..936892d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ script: - cd $TRAVIS_BUILD_DIR/desk.acc && MAKE_FLAGS="CC65=/tmp/cc65/bin" res/go.sh +- cd $TRAVIS_BUILD_DIR/preview && + MAKE_FLAGS="CC65=/tmp/cc65/bin" res/go.sh + before_deploy: - git clone https://github.com/mach-kernel/cadius /tmp/cadius && make -C /tmp/cadius