Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
faui2k17
generator
Commits
3b6a1545
Unverified
Commit
3b6a1545
authored
5 years ago
by
Philip K
Browse files
Options
Downloads
Patches
Plain Diff
added initial .gitlab-ci.yml
parent
6b902335
No related branches found
No related tags found
No related merge requests found
Pipeline
#28937
failed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-0
18 additions, 0 deletions
.gitlab-ci.yml
with
18 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
18
−
0
View file @
3b6a1545
stages
:
-
build
-
deploy
job 1
:
image
:
alpine:3.7
stage
:
build
before_script
:
-
apk add --no-cache guile curl make tar gzip autoconf
-
curl -Ls https://files.dthompson.us/haunt/haunt-0.2.4.tar.gz | tar xz
-
"
cd
haunt-0.2.4;
./configure
--prefix=/usr;
make;
make
install"
-
curl -Ls https://github.com/OrangeShark/guile-commonmark/releases/download/v0.1.2/guile-commonmark-0.1.2.tar.gz | tar xz
-
"
cd
guile-commonmark-0.1.2;
./configure
--prefix=/usr;
make;
make
install"
script
:
haunt build
job 2
:
stage
:
deploy
script
:
rsync -azc --delete site/ faui@faui2k17.de:/var/www/faui2k17/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment