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
Sebastian Friedl
GYPT Fonts
Commits
6b127a70
Commit
6b127a70
authored
Sep 09, 2021
by
Sebastian Friedl
Browse files
Store more build information
parent
cbb0f66c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6b127a70
...
...
@@ -17,11 +17,12 @@ build:
-
python3 -m venv venv
-
source venv/bin/activate
-
pip install -r dep/dep.pip
-
echo "Git commit $CI_COMMIT_SHORT_SHA" > BUILD
-
echo "Build started on $(date -R)" >> BUILD
script
:
-
./build.py
after_script
:
-
echo "Git commit $CI_COMMIT_SHORT_SHA" > BUILD
-
echo "Build finished on `date -R`" >> BUILD
-
echo "Build finished on $(date -R)" >> BUILD
artifacts
:
name
:
"
gypt-fonts_$CI_COMMIT_SHORT_SHA"
paths
:
...
...
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