Skip to content

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed May 23, 2018
1 parent c8d54d8 commit e95d821
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- os: linux
compiler: gcc
env:
- Release='dummies-linux-32'
- release_file='dummies-linux-32'
install:
- sudo apt-get install -y gcc-multilib
- sudo apt-get install -y libc6-dev-i386
Expand All @@ -25,15 +25,15 @@ matrix:
- os: linux
compiler: gcc
env:
- Release='dummies-linux-64'
- release_file='dummies-linux-64'
script:
- mkdir build && cd build
- cmake .. -DCMAKE_C_FLAGS=-m64
- cmake --build . --config Release
- os: osx
compiler: clang
env:
- Release='dummies-macos-universal'
- release_file='dummies-macos-universal'
script:
- mkdir build && cd build
- cmake .. -GXcode
Expand All @@ -43,12 +43,13 @@ before_deploy:
- cd $TRAVIS_BUILD_DIR
- cp LICENSE dummies/LICENSE.txt
- cp README.md dummies/README.md
- zip -r $Release.zip dummies
- zip -r $release_file.zip dummies
deploy:
provider: releases
provider: release
skip_cleanup: true
api_key:
secure: OvuuxKFL/kVKsQU7xVJ09PHAAgmlPqCh+GLib/nCfUQKVZ87De0UGoC95mHUHs7C+xkRVEIcL7uZZYhF5bMlIGdqPUjD1aPs2rLKr6aI9U7em7OH/+8eGLKUmIrST3d4/20iaAbSsaOwI5TElYv3w/rDoaIDznXLE0qhXUODajNG6KiXJybq7aUVXw9jfeSeMChBEQkP170qzEaNqJQ6Fu4CVT6jy1F5Bu806AJajvPwNnRTh44P6X/ESxyaohzTPQAPVMov/Qk9FFqf4yslC8up6bqLB//AzMJPgmEhYpOuuy5j0F7+duav5Lh0BWvB/8PDte4EhGzkci9RCZ4wpKHoUZd0BEHkwl39lSuMOCgTVj94zUnNu3Zos5nDxgyuY54RB+qq4bx0yQHpqISFReQqqAV7ZC5Cs65CFUjzSGYMRsKItq3Oqsk9EQO39pziMLFZsnhc/IDEK+cgnOmm1diqQWDknemLCUrcnQRul+7IchQuay1I0Zu26Z1jJ4u0Zf1tOa1vOIPP1iMgOghVrWyRWcanBUjfJTqsykkh+oWyvECnTwmcCUPW/e5hQwAflCC8EKIqy2BSmpEYJm7AfoV9k3qZs36xz9LyTsNcOCxVL+vZWRwyPAMkyVkpJ9Je3tFsMDf2EeyxrQTRTctZlvppzd0ISobObnJ88vPJX/4=
file: $Release.zip
file: $release_file.zip
on:
repo: pierreguillot/pd-dummies
tags: true

0 comments on commit e95d821

Please sign in to comment.