Skip to content

Commit

Permalink
idem.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed May 23, 2018
1 parent 27d379f commit d67576c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ notifications:
email: false
git:
submodules: true
depth: 3

matrix:
include:

- os: linux
compiler: gcc
env:
- release_file='dummies-linux-32'
env: release_file='dummies-linux-32'
install:
- sudo apt-get install -y gcc-multilib
- sudo apt-get install -y libc6-dev-i386
Expand All @@ -24,16 +21,14 @@ matrix:
- cmake --build . --config Release
- os: linux
compiler: gcc
env:
- release_file='dummies-linux-64'
env: 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_file='dummies-macos-universal'
env: release_file='dummies-macos-universal'
script:
- mkdir build && cd build
- cmake .. -GXcode
Expand All @@ -45,10 +40,11 @@ before_deploy:
- cp README.md dummies/README.md
- zip -r $release_file.zip dummies
deploy:
provider: release
provider: releases
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_file.zip
on:
repo: pierreguillot/faust-pd
tags: true

0 comments on commit d67576c

Please sign in to comment.