Skip to content

Commit baf7a4b

Browse files
author
Vlastimil Zeman
committed
Add encrypted GCloud key for Travis
This key will be used for uploading doxygen html documentation.
1 parent 7161f17 commit baf7a4b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
install:
4848
script: scripts/travis_doxygen.sh
4949
before_cache:
50+
after_success:
51+
- openssl aes-256-cbc -K ${encrypted_72f9b9ee773a_key} -iv ${encrypted_72f9b9ee773a_iv}
52+
-in gcloud-travis-cbmc.json.enc -out gcloud-travis-cbmc.json -d
5053

5154
# Ubuntu Linux with glibc using g++-5
5255
- stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test

gcloud-travis-cbmc.json.enc

2.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)