Skip to content

Commit 733c1e6

Browse files
committed
Add travis build to test the static context.
1 parent fbecc38 commit 733c1e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compiler:
88
- gcc
99
env:
1010
global:
11-
- FIELD=auto BIGNUM=auto SCALAR=auto ENDOMORPHISM=no ASM=no BUILD=check EXTRAFLAGS= HOST=
11+
- FIELD=auto BIGNUM=auto SCALAR=auto ENDOMORPHISM=no STATICPRECOMPUTATION=no ASM=no BUILD=check EXTRAFLAGS= HOST=
1212
matrix:
1313
- SCALAR=32bit
1414
- SCALAR=64bit
@@ -20,6 +20,7 @@ env:
2020
- FIELD=32bit ENDOMORPHISM=yes
2121
- BIGNUM=no
2222
- BIGNUM=no ENDOMORPHISM=yes
23+
- BIGNUM=no STATICPRECOMPUTATION=yes
2324
- BUILD=distcheck
2425
- EXTRAFLAGS=CFLAGS=-DDETERMINISTIC
2526
matrix:
@@ -55,5 +56,5 @@ before_script: ./autogen.sh
5556
script:
5657
- if [ -n "$HOST" ]; then export USE_HOST="--host=$HOST"; fi
5758
- if [ "x$HOST" = "xi686-linux-gnu" ]; then export CC="$CC -m32"; fi
58-
- ./configure --enable-endomorphism=$ENDOMORPHISM --with-field=$FIELD --with-bignum=$BIGNUM --with-scalar=$SCALAR $EXTRAFLAGS $USE_HOST && make -j2 $BUILD
59+
- ./configure --enable-endomorphism=$ENDOMORPHISM --with-field=$FIELD --with-bignum=$BIGNUM --with-scalar=$SCALAR --enable-ecmult-static-precomputation=$STATICPRECOMPUTATION $EXTRAFLAGS $USE_HOST && make -j2 $BUILD
5960
os: linux

0 commit comments

Comments
 (0)