Skip to content

Commit 05cafdb

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 05cafdb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
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 ${gcloud_travis_cbmc_key}
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.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)