File: check_java.sh

package info (click to toggle)
bouncycastle 1.80-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,892 kB
  • sloc: java: 968,332; sh: 3,509; xml: 2,376; makefile: 22
file content (24 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash

set -e

#
# This script is for running inside the docker container
#

cd /workspace/bc-java
source ci/common.sh



export JAVA_HOME=`openjdk_21`
export PATH=$JAVA_HOME/bin:$PATH

# Checkstyle
./gradlew check -x test;


# OSGI scanner only, no testing
./gradlew clean build -x test
./osgi_scan.sh