Skip to content

Commit 45d5360

Browse files
committed
Move reproducible builds doc to its own subsection
1 parent b58a5f4 commit 45d5360

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

README

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In addition to the main `webauthn-server-core` module, there are also:
7575
https://www.w3.org/TR/webauthn/#sctn-attestation[authenticator attestations]
7676
and annotate responses with additional authenticator metadata
7777
- Reproducible builds: release signatures match fresh builds from source. See
78-
link:#Building[Building] below.
78+
link:#reproducible-builds[Reproducible builds] below.
7979

8080

8181
=== Non-features
@@ -535,6 +535,24 @@ version is derived from the most recent Git tag. Builds done on a tagged commit
535535
will have a plain `x.y.z` version number, while a build on any other commit will
536536
result in a version number containing the abbreviated commit hash.
537537

538+
539+
To run the tests:
540+
541+
[source,shell]
542+
----------
543+
$ ./gradlew check
544+
----------
545+
546+
To run the http://pitest.org/[PIT mutation tests] (this may take upwards of 30
547+
minutes):
548+
549+
[source,shell]
550+
----------
551+
$ ./gradlew pitest
552+
----------
553+
554+
555+
=== Reproducible builds
538556
Starting in version `1.4.0-RC2`, artifacts are built reproducibly. Fresh builds from
539557
tagged commits should therefore be verifiable by signatures from Maven Central
540558
and GitHub releases:
@@ -560,19 +578,3 @@ built artifacts.
560578
Official Yubico software signing keys are listed on the
561579
https://developers.yubico.com/Software_Projects/Software_Signing.html[Yubico
562580
Developers site].
563-
564-
565-
To run the tests:
566-
567-
[source,shell]
568-
----------
569-
$ ./gradlew check
570-
----------
571-
572-
To run the http://pitest.org/[PIT mutation tests] (this may take upwards of 30
573-
minutes):
574-
575-
[source,shell]
576-
----------
577-
$ ./gradlew pitest
578-
----------

0 commit comments

Comments
 (0)