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
roshless
fup
Commits
544c3b2f
Commit
544c3b2f
authored
May 22, 2022
by
roshless
Browse files
CI: switch to gitlab
parent
176a33b6
Pipeline
#77
passed with stage
in 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.builds/build.yml
deleted
100644 → 0
View file @
176a33b6
image
:
alpine/edge
packages
:
-
curl-dev
-
build-base
sources
:
-
https://git.roshless.me/~roshless/fup
artifacts
:
-
"
fup/fup"
tasks
:
-
build
:
|
cd fup
make all
.gitlab-ci.yml
0 → 100644
View file @
544c3b2f
build-artifact
:
image
:
alpine:3.15
stage
:
build
artifacts
:
paths
:
-
fup/fup
expire_in
:
32 weeks
before_script
:
-
apk add build-base curl-dev git
script
:
-
git clone https://git.roshless.me/roshless/fup fup
-
cd fup
-
make all
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