mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-11 15:40:58 +00:00
Update binary compatibility test instructions
Since autogenerated files are now committed, we no longer need to rerun ./autogen.sh and actually shouldn't because it could mask errors.
This commit is contained in:
parent
8acf636b4e
commit
38a6cf8866
@ -85,9 +85,9 @@ RELEASE PREPARATION
|
|||||||
|
|
||||||
* Test for binary compatibility:
|
* Test for binary compatibility:
|
||||||
* Check out the last release
|
* Check out the last release
|
||||||
* ./autogen.sh && ./configure --enable-werror && make -j$(nproc)
|
* ./configure --enable-werror && make -j$(nproc)
|
||||||
* Check out the current version
|
* Check out the current version
|
||||||
* ./autogen.sh && ./configure --enable-werror && make -j$(nproc) build_libqpdf
|
* ./configure --enable-werror && make -j$(nproc) build_libqpdf
|
||||||
* Checkout the last release
|
* Checkout the last release
|
||||||
* make -k check NO_REBUILD=1
|
* make -k check NO_REBUILD=1
|
||||||
|
|
||||||
@ -137,8 +137,8 @@ chmod 555 *.AppImage
|
|||||||
`README-what-to-download.md` separately onto the download area if
|
`README-what-to-download.md` separately onto the download area if
|
||||||
needed.
|
needed.
|
||||||
|
|
||||||
* Ensure that the master branch has been to github. The rev-parse
|
* Ensure that the master branch has been pushed to github. The
|
||||||
command below should show the same commit hash for all its
|
rev-parse command below should show the same commit hash for all its
|
||||||
arguments. Create and push a signed tag. This should be run with
|
arguments. Create and push a signed tag. This should be run with
|
||||||
HEAD pointing to the tip of master.
|
HEAD pointing to the tip of master.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user