8000 Update build-site script · kohlschutter/junixsocket@43cbb88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43cbb88

Browse files
committed
Update build-site script
1 parent 5bde8f5 commit 43cbb88

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
# queries: security-extended,security-and-quality
6363

6464
- run: |
65-
echo "toolchain config:"
6665
echo "Build junixsocket with Maven (no tests)"
6766
mvn clean install -Dcodeql -Dstrict -Duse-snapshots
6867

scripts/build-site

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ junixsocketDir=$(pwd)
1111
(
1212
set -x
1313
mvn clean && \
14-
cp junixsocket-codecoverage/jacoco-extra/*.exec junixsocket-codecoverage/target/ && \
1514
mvn install site -D strict -Drelease -pl '!junixsocket-native,!junixsocket-native-common,!junixsocket-native-cross' && \
1615
mvn install site -pl junixsocket-jetty,junixsocket-selftest-native-image && \
1716
mvn javadoc:aggregate -P '!with-non-modularized' -Dstrict -pl '!junixsocket-native' && \

0 commit comments

Comments
 (0)
0