-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from VirgilSecurity/dev
Merge v3.0.0 into master branch
- Loading branch information
Showing
98 changed files
with
32,052 additions
and
3,540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
language: java | ||
|
||
services: | ||
- docker | ||
jdk: | ||
- oraclejdk9 | ||
os: | ||
- linux | ||
- osx | ||
|
||
branches: | ||
only: | ||
- dev | ||
- master | ||
before_install: | ||
- openssl aes-256-cbc -K $encrypted_e2b216a86c03_key -iv $encrypted_e2b216a86c03_iv -in env.json.enc -out env.json -d | ||
|
||
script: | ||
- pushd purekit/src/test/resources/com/virgilsecurity/purekit | ||
- ./setuptestdb.sh | ||
- popd | ||
- "./gradlew clean test" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (C) 2015-2019 Virgil Security Inc. | ||
Copyright (C) 2015-2020 Virgil Security Inc. | ||
|
||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
purekit-protos/src/main/java/com/virgilsecurity/purekit/protobuf/build/PurekitProtos.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.