Skip to content

Commit

Permalink
Travis-build: include missing lib/header paths and everything
Browse files Browse the repository at this point in the history
  • Loading branch information
vipoo committed Aug 23, 2020
1 parent 5c21d66 commit 542ce7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ script:
- ./build.sh -e -t

before_deploy:
- tar -czvf z88dk-${TRAVIS_TAG}.tar.gz bin lib/config lib/clibs libsrc/_DEVELOPMENT/lib include/_DEVELOPMENT
- tar -czf /tmp/z88dk-${TRAVIS_TAG}.tar.gz .

deploy:
provider: releases
file: z88dk-${TRAVIS_TAG}.tar.gz
file: /tmp/z88dk-${TRAVIS_TAG}.tar.gz
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 542ce7d

Please sign in to comment.