Skip to content

Commit

Permalink
Update .travis.yml, use Makefile to build project
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Feb 13, 2020
1 parent ad8bdd6 commit aef5074
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ install:

script:
- echo ">>> Building Khmer Unicode Installer"
- ./build.sh
- make

after_success:
- echo ">>> Testing Khmer Unicode Installer"
- sudo /usr/sbin/installer -pkg "build/Khmer Unicode Installer.pkg" -target /
- sudo /usr/sbin/installer \
-pkg "build/KhmerUnicodeInstaller/Khmer Unicode Installer.pkg" \
-target /

deploy:
provider: releases
cleanup: false
token: $GITHUB_OAUTH_TOKEN
file: "build/Khmer Unicode Installer.pkg"
file: "build/KhmerUnicodeInstaller/Khmer Unicode Installer.pkg"
on:
tags: true

0 comments on commit aef5074

Please sign in to comment.