File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : CyptatorTest
2
+ on : push
3
+ jobs :
4
+ tests :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - name : Checkhout the repository
8
+ uses : actions/checkout@v3
9
+ - name : Set up JDK 11
10
+ uses : actions/setup-java@v3
11
+ with :
12
+ java-version : ' 11'
13
+ distribution : ' adopt'
14
+ cache : ' maven'
15
+ - name : Test with Maven
16
+ run : mvn -B test -Dtest=ExtensiveTesting --file pom.xml
Original file line number Diff line number Diff line change 6
6
#+TITLE: Cryptator
7
7
[[https://opensource.org/licenses/BSD-3-Clause][https://img.shields.io/badge/License-BSD%203--Clause-blue.svg]]
8
8
9
+ [[https://github.com/arnaud-m/cryptator/actions/workflows/CryptatorTest.yml][file:https://github.com/arnaud-m/cryptator/actions/workflows/CryptatorTest.yml/badge.svg]]
10
+
9
11
Cryptator is distributed under BSD 3-Clause License (Copyright (c) 2021, Université Côte d'Azur).
10
12
11
13
Cryptator is a cryptarithm solver using [[https://en.wikipedia.org/wiki/Constraint_programming][Constraint Programming]].\\
You can’t perform that action at this time.
0 commit comments