Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
310ea01b
Commit
310ea01b
authored
Oct 06, 2017
by
Jean-Baptiste Mouret
Browse files
[ci skip] correct pre-script for doc (again)
parent
2b23d2cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/pre_script.sh
View file @
310ea01b
...
...
@@ -14,3 +14,10 @@ DIR=$HOME/limbo_benchmarks
BENCHMARKS
=
$DIR
/
`
ls
$DIR
|sort
-n
|head
-n
1
`
cp
$BENCHMARKS
/bo_benchmarks.rst docs/bo_benchmarks.rst
cp
-r
$BENCHMARKS
/fig_benchmarks docs
echo
"getting the latest regression benchmark result (needs to be in
$HOME
/limbo_reg_benchmarks)"
DIR
=
$HOME
/limbo_ref_benchmarks
BENCHMARKS
=
$DIR
/
`
ls
$DIR
|sort
-n
|head
-n
1
`
cp
$BENCHMARKS
/regression_benchmarks.rst docs/reg_benchmarks.rst
cp
-r
$BENCHMARKS
/regression_benchmarks_figs docs
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment