From aef5074f6de8a287f450b8cc949ec26513313e3b Mon Sep 17 00:00:00 2001 From: Socheat Sok Date: Thu, 13 Feb 2020 13:07:38 +0700 Subject: [PATCH] Update .travis.yml, use Makefile to build project --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45ba5ff..6515133 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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