From 75da39186a7e5d6334647fd2a595837897ec7e4d Mon Sep 17 00:00:00 2001 From: Mikael Slevinsky Date: Sat, 24 Aug 2019 13:50:17 -0500 Subject: [PATCH] try deploying binaries on tags --- .travis.yml | 8 ++++++++ Make.inc | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e469907b..16dd7087 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Make.inc b/Make.inc index 45d4a2b9..e3c4f0fa 100644 --- a/Make.inc +++ b/Make.inc @@ -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