File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ In addition to the main `webauthn-server-core` module, there are also:
75
75
https://www.w3.org/TR/webauthn/#sctn-attestation[authenticator attestations]
76
76
and annotate responses with additional authenticator metadata
77
77
- Reproducible builds: release signatures match fresh builds from source. See
78
- link:#Building[Building ] below.
78
+ link:#reproducible-builds[Reproducible builds ] below.
79
79
80
80
81
81
=== Non-features
@@ -535,6 +535,24 @@ version is derived from the most recent Git tag. Builds done on a tagged commit
535
535
will have a plain `x.y.z` version number, while a build on any other commit will
536
536
result in a version number containing the abbreviated commit hash.
537
537
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
538
556
Starting in version `1.4.0-RC2`, artifacts are built reproducibly. Fresh builds from
539
557
tagged commits should therefore be verifiable by signatures from Maven Central
540
558
and GitHub releases:
@@ -560,19 +578,3 @@ built artifacts.
560
578
Official Yubico software signing keys are listed on the
561
579
https://developers.yubico.com/Software_Projects/Software_Signing.html[Yubico
562
580
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
- ----------
You can’t perform that action at this time.
0 commit comments