Skip to content

Commit

Permalink
Travis CI: Don't attempt to build Debian package
Browse files Browse the repository at this point in the history
Build is broken due to the old debhelper version on Travis CI build environemnt, also deliver via Travis CI isn't feasible due to locked WxWidget library version so just attempt to build by traditional commands.

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Aug 2, 2017
1 parent 7fd30ee commit 032b2af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ addons:
apt:
packages:
- realpath # Not required least after 16.04
- debhelper
- autotools-dev
- libwxgtk2.8-dev
- devscripts # For mk-build-deps
Expand All @@ -29,7 +28,10 @@ script:
# For triggering smudge-version
- ./setup-development-environment.bash
- mk-build-deps && mv woeusb-build-deps*.deb ..
- dpkg-buildpackage -uc -b
- autoreconf --force --install
- ./configure
- ./make

deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 032b2af

Please sign in to comment.