Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Add index.docx to Github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Heusingfeld committed Oct 12, 2017
1 parent 80b7faa commit 7e6f62f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ addons:
install: ''
script:
- export TERM=dumb
- './gradlew asciidoctor'
- './gradlew generateDocx'
jdk:
- oraclejdk8
deploy:
provider: releases
api_key:
secure: N4258zuzvzKlhJGnuX3Qy4hK9/L8l3Tph00Z3sMnhmqRzG/f4BYMJEsZ9tSrDntP6qrqy4YUoHf6/AGrg5ZzCVV6vkEupd6jcV3r9e4VFl3Uwatw7+K3iM75nOMVBH6j0ZB5ThR4MmPO1zMG2GXD/tglT2x37rtDMy/v2CJG5No=
file: $TRAVIS_BUILD_DIR/build/index.pdf
file:
- $TRAVIS_BUILD_DIR/build/index.pdf
- $TRAVIS_BUILD_DIR/build/index.docx
skip_cleanup: true
on:
tags: true
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ apply plugin: 'org.asciidoctor.convert'


project.description = "arc42 - Examples for Software Quality Requirements"
project.version = "0.7.5"
project.version = "0.7.6"

ext {
srcDir = "$projectDir/src/asciidoc"
Expand Down Expand Up @@ -70,8 +70,7 @@ asciidoctor {

attributes = [
'release-branch': 'master',
'revnumber' : project.version,
'outputfile': '$outputDir/quality-requirements.pdf',
'outputFile': "$outputDir/quality-requirements.pdf",
'source-highlighter': 'coderay', // TODO switch to 'rouge' once supported by the html5 backend and on MS Windows
'tabsize': '4',
'toc': 'left',
Expand Down

0 comments on commit 7e6f62f

Please sign in to comment.