Travis CI: Build preview dir too

This commit is contained in:
Joshua Bell 2019-04-02 21:32:07 -07:00
parent 1189a3a275
commit 632cad07ee
1 changed files with 3 additions and 0 deletions

View File

@ -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