Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Graham MacDonald
cookbook
Commits
8456bb9a
Commit
8456bb9a
authored
Mar 12, 2018
by
Jeremy Soller
Browse files
Preserve timestamps on Xargo.toml
parent
84aecb23
Changes
1
Hide whitespace changes
Inline
Side-by-side
cook.sh
View file @
8456bb9a
...
...
@@ -299,7 +299,7 @@ function op {
if
[
"
$skip
"
-eq
"0"
]
then
cp
-
r
"
$ROOT
/Xargo.toml"
.
cp
-
p
"
$ROOT
/Xargo.toml"
"Xargo.toml"
xargo build
--target
"
$TARGET
"
$release_flag
$CARGOFLAGS
fi
popd
>
/dev/null
...
...
@@ -320,7 +320,7 @@ function op {
if
[
"
$skip
"
-eq
"0"
]
then
cp
-
r
"
$ROOT
/Xargo.toml"
.
cp
-
p
"
$ROOT
/Xargo.toml"
"Xargo.toml"
xargo
test
--no-run
--target
"
$TARGET
"
$release_flag
$CARGOFLAGS
fi
popd
>
/dev/null
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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