Skip to content

Commit

Permalink
try deploying binaries on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSlevinsky committed Aug 24, 2019
1 parent 17835a1 commit 75da391
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,13 @@ deploy:
on:
branch: master

deploy:
provider: releases
api_key: $FT_BINARIES
file: libfasttransforms.*
skip_cleanup: true
on:
tags: true

notifications:
email: false
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OBJ = src/transforms.c src/rotations.c src/permute.c src/tdc.c src/drivers.c src

#AVX512 = -mavx512f

CFLAGS = -std=gnu99 -Ofast $(AVX512) -march=native -mtune=native -mno-vzeroupper -I./src
CFLAGS += -std=gnu99 -Ofast $(AVX512) -march=native -mtune=native -mno-vzeroupper -I./src

ifeq ($(CC),/usr/local/opt/llvm/bin/clang)
CFLAGS += -I/usr/local/opt/llvm/include
Expand Down

0 comments on commit 75da391

Please sign in to comment.