Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libyaml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libyaml
Commits
12f9a67f0680
Commit
12f9a67f0680
authored
5 years ago
by
Tina Müller
Browse files
Options
Downloads
Patches
Plain Diff
Update
parent
f988520f1388
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-7
8 additions, 7 deletions
README.md
with
8 additions
and
7 deletions
README.md
+
8
−
7
View file @
12f9a67f
...
...
@@ -4,5 +4,6 @@
Update libyaml version in:
*
announcement.msg
*
Changes
*
CMakeLists.txt
*
`YAML_VERSION_MAJOR`
,
`YAML_VERSION_MINOR`
,
`YAML_VERSION_PATCH`
...
...
@@ -7,6 +8,6 @@
*
CMakeLists.txt
*
`YAML_VERSION_MAJOR`
,
`YAML_VERSION_MINOR`
,
`YAML_VERSION_PATCH`
*
appveyor.yml
*
.
appveyor.yml
*
configure.ac
*
`YAML_MAJOR`
,
`YAML_MINOR`
,
`YAML_PATCH`
,
`YAML_RELEASE`
,
`YAML_CURRENT`
,
`YAML_REVISION`
...
...
@@ -24,8 +25,7 @@
Run
cd packaging/docker
make test-pyyaml
make docker-test-pyyaml
It will run all libyaml tests, and run pyyaml tests (with python 2 & 3) on
the current branch.
...
...
@@ -36,12 +36,8 @@
make docker-dist
in the repository root or
cd packaging/docker
make libyaml-dist
It will create a docker image (libyaml-dev) and run
`make dist`
in the container
to create a tarball written to packaging/docker/output.
It will also create a zipfile.
...
...
@@ -43,8 +39,13 @@
It will create a docker image (libyaml-dev) and run
`make dist`
in the container
to create a tarball written to packaging/docker/output.
It will also create a zipfile.
Unpack data for copying to dist branch:
cd packaging/docker/output
tar xvf yaml-0.x.y.tar.gz
## Update dist branch
git worktree add dist dist
...
...
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