Skip to content

Commit 661e4b8

Browse files
committed
add travis testrun with AESNI
1 parent f8e2d4c commit 661e4b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ env:
4545
BUILDNAME="STOCK-MPI"
4646
BUILDOPTIONS="-ULTM_DESC -UTFM_DESC -UUSE_LTM -UUSE_TFM"
4747
BUILDSCRIPT=".ci/run.sh"
48+
- |
49+
BUILDNAME="STOCK+AESNI"
50+
BUILDOPTIONS="-msse4.1 -maes"
51+
BUILDSCRIPT=".ci/run.sh"
4852
- |
4953
BUILDNAME="EASY"
5054
BUILDOPTIONS="-DLTC_EASY"

0 commit comments

Comments
 (0)