Skip to content

Commit

Permalink
install libreoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraconnier committed Apr 2, 2019
1 parent 076dd90 commit 3fbb6f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Expand Up @@ -17,8 +17,10 @@ build_task:
install_gradle_script:
#- sdk install gradle
- pkg install -y gradle
install_libreoffice_script:
- pkg install -y libreoffice
build_script:
- gradle build
- gradle build -i
cleanup_before_cache_script:
- rm -rf ~/.gradle/caches/$GRADLE_VERSION/
- find ~/.gradle/caches/ -name "*.lock" -type f -delete

0 comments on commit 3fbb6f0

Please sign in to comment.