Skip to content

Commit

Permalink
Add zip archive creation
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Oct 30, 2019
1 parent 9e56f95 commit b8e9df6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -9,7 +9,13 @@ matrix:

script:
- xcodebuild -configuration Debug -scheme BrcmPatchRAM
- cd build/Products/Debug
- zip -qry BrcmPatchRAM-$(cat ../../../BrcmPatchRAM.xcodeproj/project.pbxproj | grep -i 'CURRENT_PROJECT_VERSION' | head -1 | grep -oE '\d\.\d\.\d')-DEBUG.zip *.kext
- cd -
- xcodebuild -configuration Release -scheme BrcmPatchRAM
- cd build/Products/Release
- zip -qry BrcmPatchRAM-$(cat ../../../BrcmPatchRAM.xcodeproj/project.pbxproj | grep -i 'CURRENT_PROJECT_VERSION' | head -1 | grep -oE '\d\.\d\.\d')-RELEASE.zip *.kext
- cd -

deploy:
provider: releases
Expand Down

0 comments on commit b8e9df6

Please sign in to comment.