summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-05-03 09:42:26 +0200
committerMartijn van Beurden <mvanb1@gmail.com>2022-05-03 11:10:15 +0200
commitcda987f7c5279bfd9747be9883e2a348a197866c (patch)
treee4594a383dcc6335066d0a0549e0358b58ca3f9e /.travis.yml
parente3a9212bfc4ee1f541f0df4b8d4f4da4d7095bd1 (diff)
downloadflac-cda987f7c5279bfd9747be9883e2a348a197866c.tar.gz
Lengthen test_compression.sh material for benchmarking on CI
This is necessary to compare CI WITH_ASM=1 and WITH_ASM=0 to be able to check whether this switch does anything
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a5784ab..1bca3201 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ jobs:
dist: focal
arch: arm64
compiler: gcc
- env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DFLAC__NO_ASM=1
+ env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DWITH_ASM=0
- os: linux
dist: focal
arch: arm64
@@ -31,7 +31,7 @@ jobs:
dist: focal
arch: ppc64le
compiler: gcc
- env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DFLAC__NO_ASM=1
+ env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DWITH_ASM=0
- os: linux
dist: focal
arch: ppc64le