aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml14
m---------ext/libtommath0
2 files changed, 10 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 36f6ab9..b6f64c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,20 +1,26 @@
os: linux
language: python
-dist: xenial
-python: "3.8"
+dist: focal
+python:
+ - "3.8"
+ - "3.9"
addons:
apt:
packages:
- swig
- gcc
+ - llvm-10
+ - libllvm10
+ - llvm-10-dev
+
+env:
+ - LLVM_CONFIG=/usr/bin/llvm-config-10
install:
- pip install codecov
- - mkdir pyecsca/codegen/tommath
- cd ext/
- make host
- - cp libtommath/tommath.h ../pyecsca/codegen/tommath/tommath.h
- git clone https://github.com/J08nY/pyecsca
- cd pyecsca/
- git submodule update --init --recursive
diff --git a/ext/libtommath b/ext/libtommath
-Subproject ffd80665d12a492d1c72b6355b9a0332186967a
+Subproject 5167f6c14a8b9524ca42e45a41aa71856769540