Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
ci
Commits
82035bb9
Commit
82035bb9
authored
Sep 30, 2020
by
Ralf Jung
Browse files
use absolute path for TIMECMD
parent
8abf93d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildjob
View file @
82035bb9
...
...
@@ -49,7 +49,7 @@ if [[ -n "$MANGLE_NAMES" ]]; then
export
COQEXTRAFLAGS
=
"
$COQEXTRAFLAGS
-mangle-names _"
fi
if
[[
"
$CI_RUNNER_DESCRIPTION
"
==
"coop-timing"
]]
;
then
export
TIMECMD
=
ci/perf
export
TIMECMD
=
$PWD
/
ci/perf
fi
# git-ignore CI-generated files (some projects look at `git status` in their CI)
mkdir
-p
.git/info
...
...
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