File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ language : cpp
2+ compiler : gcc
3+ install :
4+ - sudo apt-get install yasm libgmp-dev
5+ env :
6+ global :
7+ - FIELD=auto BIGNUM=auto ENDOMORPHISM=no BUILD=check
8+ matrix :
9+ - FIELD=gmp BIGNUM=gmp
10+ - FIELD=gmp BIGNUM=openssl
11+ - FIELD=64bit_asm BIGNUM=gmp
12+ - FIELD=64bit_asm BIGNUM=openssl
13+ - FIELD=64bit BIGNUM=gmp
14+ - FIELD=64bit BIGNUM=openssl
15+ - FIELD=32bit BIGNUM=gmp
16+ - FIELD=32bit BIGNUM=openssl
17+ - FIELD=gmp BIGNUM=gmp ENDOMORPHISM=yes
18+ - FIELD=gmp BIGNUM=openssl ENDOMORPHISM=yes
19+ - FIELD=64bit_asm BIGNUM=gmp ENDOMORPHISM=yes
20+ - FIELD=64bit_asm BIGNUM=openssl ENDOMORPHISM=yes
21+ - FIELD=64bit BIGNUM=gmp ENDOMORPHISM=yes
22+ - FIELD=64bit BIGNUM=openssl ENDOMORPHISM=yes
23+ - FIELD=32bit BIGNUM=gmp ENDOMORPHISM=yes
24+ - FIELD=32bit BIGNUM=openssl ENDOMORPHISM=yes
25+ - BUILD=distcheck
26+ before_script : ./autogen.sh
27+ script : ./configure --enable-endomorphism=$ENDOMORPHISM --with-field=$FIELD --with-bignum=$BIGNUM && make -j2 $BUILD
28+ os : linux
You can’t perform that action at this time.
0 commit comments