Skip to content

Commit 75da391

Browse files
try deploying binaries on tags
1 parent 17835a1 commit 75da391

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,13 @@ deploy:
6060
on:
6161
branch: master
6262

63+
deploy:
64+
provider: releases
65+
api_key: $FT_BINARIES
66+
file: libfasttransforms.*
67+
skip_cleanup: true
68+
on:
69+
tags: true
70+
6371
notifications:
6472
email: false

Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ OBJ = src/transforms.c src/rotations.c src/permute.c src/tdc.c src/drivers.c src
2424

2525
#AVX512 = -mavx512f
2626

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

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

0 commit comments

Comments
 (0)