Skip to content
Snippets Groups Projects
Commit 9fd17de7 authored by dgelessus's avatar dgelessus
Browse files

Extract only TLC subdirectory of examples to save disk space

The full public_examples are over 1 GB after extraction, whereas the TLC
subdirectory is just 4 MB.
parent eb0da14a
No related branches found
No related tags found
No related merge requests found
Pipeline #112081 passed
...@@ -95,6 +95,7 @@ task downloadPublicExamples(type: Download) { ...@@ -95,6 +95,7 @@ task downloadPublicExamples(type: Download) {
task extractPublicExamples(dependsOn: downloadPublicExamples, type: Copy) { task extractPublicExamples(dependsOn: downloadPublicExamples, type: Copy) {
from tarTree(resources.gzip("${buildDir}/ProB_public_examples.tgz")) from tarTree(resources.gzip("${buildDir}/ProB_public_examples.tgz"))
into "${buildDir}/prob_examples" into "${buildDir}/prob_examples"
include "public_examples/TLC/**"
} }
clean { clean {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment