diff options
| -rwxr-xr-x | .appveyor.yml | 18 | ||||
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| m--------- | ext/libs | 0 |
4 files changed, 21 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100755 index 0000000..051d974 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,18 @@ +version: '{build}'
+image: Visual Studio 2017
+
+branches:
+ except:
+ - gh-pages
+
+environment:
+ JAVA_HOME: C:\Program Files\Java\jdk1.8.0
+
+install:
+ - cinst ant
+ - git submodule update --init --recursive
+
+build_script:
+ - ant -f build-applet.xml build
+ - ant -f build-reader.xml package
+ - ant -f build-standalone.xml package
\ No newline at end of file diff --git a/.travis.yml b/.travis.yml index f44e74c..453c523 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ addons: packages: - libtomcrypt-dev - libtommath-dev + - libssl-dev + - libcrypto++-dev - gcc-6 - g++-6 language: java @@ -1,5 +1,5 @@ # ECTester -[](https://travis-ci.org/crocs-muni/ECTester) [](https://github.com/crocs-muni/ECTester/releases) [](https://github.com/crocs-muni/ECTester/blob/master/LICENSE) [](https://crocs-muni.github.io/ECTester/) +[](https://travis-ci.org/crocs-muni/ECTester) [](https://ci.appveyor.com/project/J08nY/ectester-cm6ng) [](https://github.com/crocs-muni/ECTester/releases) [](https://github.com/crocs-muni/ECTester/blob/master/LICENSE) [](https://crocs-muni.github.io/ECTester/) Tests support and behavior of elliptic curve cryptography implementations on JavaCards (`TYPE_EC_FP` and `TYPE_EC_F2M`) and on selected software libraries. For more information on ECC support on JavaCards see the [github page](https://crocs-muni.github.io/ECTester/), with results, tables and docs. diff --git a/ext/libs b/ext/libs -Subproject 895dfb97ef2ec0b70def29fb84dcc0d81e38213 +Subproject e1928e81c279c6996c31703e8853e19cb16d76d |
