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
0ae2594d
Commit
0ae2594d
authored
Sep 06, 2021
by
Sebastian Friedl
Browse files
Set up GitLab CI
parent
5fbb593c
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
0ae2594d
---
stages
:
-
build
build
:
stage
:
build
image
:
name
:
debian:bullseye
before_script
:
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get install -y $(grep -o ^[^#][[:alnum:]-]* dep/dep.apt)
-
python3 -m venv venv
-
source venv/bin/activate
-
pip install -r dep/dep.pip
script
:
-
echo "Hello World!"
after_script
:
-
echo "Git commit $CI_COMMIT_SHORT_SHA" > BUILD
-
echo "Build finished on `date -R`" >> BUILD
artifacts
:
name
:
"
gypt-fonts_$CI_COMMIT_SHORT_SHA"
paths
:
-
BUILD
expire_in
:
6 hrs
tags
:
-
docker
dep/dep.apt
0 → 100644
View file @
0ae2594d
git
python3
python3-venv
dep/dep.pip
0 → 100644
View file @
0ae2594d
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