Home
last modified time | relevance | path

Searched +full:- +full:dskiptests (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/sdk-platform-java/.github/workflows/
H A Dci.yaml4 - main
11 runs-on: ubuntu-22.04
16 - uses: actions/checkout@v3
17 - uses: actions/setup-java@v3
19 java-version: ${{ matrix.java }}
22 - run: java -version
23 - name: Unit Tests
25 mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \
26 -Dfmt.skip -DenableTestCoverage
27 - run: bazelisk version
[all …]
/aosp_15_r20/external/javaparser/
H A Drun_core_metamodel_generator.sh3 # Rebuilds the metamodel based on the nodes in javaparser-core
5 # We introspect the nodes in javaparser-core, so we need an update build of it.
6 mvn -B clean install -DskipTests
7 if [ "$?" -ne 0 ]; then
12 pushd javaparser-core-metamodel-generator
15 mvn -B clean package -P run-generators -DskipTests
21 mvn -B clean install -DskipTests
22 if [ "$?" -ne 0 ]; then
H A Drun_core_generators.sh7 pushd javaparser-core-generators
10 mvn -B clean package -P run-generators -DskipTests
16 mvn -B clean install -DskipTests
17 if [ "$?" -ne 0 ]; then
H A D.travis.yml3 install: mvn -B install -DskipTests=true
4 script: mvn -B test -P AlsoSlowTests
7 - $HOME/.ivy2
9 - openjdk11
13 - "https://webhooks.gitter.im/e/ec3127975d8a2b8f11d0"
17 - mvn -B test jacoco:report coveralls:report
18 # http://lint.travis-ci.org/ validator
21- secure: ORUzol/BaGhDxYAH2bd4X+pHVT0/R9CugN3n7mY14CjD1EVBcQahUYtmSg9DlXNUUAb7zrCDPB7vsDXkU8eTttAt…
24 - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./fixup.sh fi
/aosp_15_r20/external/icu/icu4j/
H A Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
5 -->
6 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
10 <artifactId>icu4j-root</artifactId>
14 <name>${proj-title} (${project.artifactId})</name>
29 <!-- For publishing to Maven Central -->
37 <!-- Shaded jar for publishing to Maven Central -->
39 <!-- For publishing to Maven Central. Not shaded, but depends on the shaded artifacts above.
41 -->
[all …]
/aosp_15_r20/external/auto/util/
H A Dpublish-snapshot-on-commit.sh3 set -e
5 mvn -B dependency:go-offline test clean -U --quiet --fail-never -DskipTests=true -f build-pom.xml
6 mvn -B -U source:jar deploy -DskipTests=true -f build-pom.xml
/aosp_15_r20/external/icu/icu4j/releases_tools/
H A Dcheatsheet.txt8 mvn site -DskipITs -DskipTests -P with_sources,with_javadoc
14 mvn site -DskipITs -DskipTests -P with_full_javadoc
H A Dgithub_release.sh5 if [ ! -f "releases_tools/shared.sh" ]; then
14 …mvn dependency:copy -q -Dmdep.stripVersion=true -Dartifact=com.ibm.icu:${artifactId}:${artifact_ve…
15 …mvn dependency:copy -q -Dmdep.stripVersion=true -Dartifact=com.ibm.icu:${artifactId}:${artifact_ve…
16 …mvn dependency:copy -q -Dmdep.stripVersion=true -Dartifact=com.ibm.icu:${artifactId}:${artifact_ve…
18 mv ${release_folder}/${artifactId}.jar ${release_folder}/${artifactId}-${github_rel_version}.jar
19 …mv ${release_folder}/${artifactId}-sources.jar ${release_folder}/${artifactId}-${github_rel_versio…
20 …mv ${release_folder}/${artifactId}-javadoc.jar ${release_folder}/${artifactId}-${github_rel_versio…
35 mvn clean install -DskipITs -DskipTests -P with_sources,with_javadoc
37 rm -fr ${release_folder}
38 mkdir -p ${release_folder}
[all …]
H A Dapi_reports.sh5 if [ ! -f "releases_tools/shared.sh" ]; then
21 mvn clean -q --batch-mode
23 mvn install -q --batch-mode -DskipITs -DskipTests
25 mvn site -q --batch-mode -DskipITs -DskipTests -P gatherapi > /dev/null
36 java -cp "$toolcp" \
38 -old: tools/build/icu4j${api_report_prev_version}.api3.gz \
39 -new: ${out_dir}/icu4j${api_report_version}.api3.gz \
40 -html \
41 -out: ${out_dir}/icu4j_compare_${api_report_prev_version}_${api_report_version}.html
49 java -cp "$toolcp" \
[all …]
/aosp_15_r20/external/gson/.github/workflows/
H A Dcheck-api-compatibility.yml6 check-api-compatibility:
7 runs-on: ubuntu-latest
10 - name: Checkout old version
14 path: 'gson-old-japicmp'
16 - name: Set up JDK 11
17 uses: actions/setup-java@v3
20 java-version: '11'
23 - name: Build old version
25 cd gson-old-japicmp
27 …mvn --batch-mode --no-transfer-progress org.codehaus.mojo:versions-maven-plugin:2.11.0:set -DnewVe…
[all …]
/aosp_15_r20/external/truth/.github/workflows/
H A Dci.yml6 - master
9 - master
17 runs-on: ubuntu-latest
20 - name: 'Cancel previous runs'
21 uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa
24 - name: 'Check out repository'
26 - name: 'Cache local Maven repository'
30 key: maven-${{ hashFiles('**/pom.xml') }}
31 restore-keys: |
32 maven-
[all …]
/aosp_15_r20/external/google-java-format/.github/workflows/
H A Dci.yml7 # http://www.apache.org/licenses/LICENSE-2.0
20 - master
23 - master
29 fail-fast: false
31 os: [ ubuntu-latest ]
37 - os: macos-latest
40 - os: windows-latest
43 - os: ubuntu-latest
46 runs-on: ${{ matrix.os }}
47 continue-on-error: ${{ matrix.experimental }}
[all …]
/aosp_15_r20/external/google-auth-library-java/.kokoro/
H A Ddownstream-client-library-check.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
18 set -x
28 mvn verify install -B -V -ntp -fae \
29 -DskipTests=true \
30 -Dmaven.javadoc.skip=true \
31 -Dgcloud.download.skip=true \
32 -Denforcer.skip=true
35 CORE_VERSION=$(sed -e 's/xmlns=".*"//' pom.xml | xmllint --xpath '/project/version/text()' -)
37 if [ -z "${CORE_VERSION}" ]; then
[all …]
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/
H A DREADME.md4 Examples for google-cloud (Java idiomatic client for [Google Cloud Platform][cloud-platform] servic…
7 https://github.com/googleapis/google-cloud-java/tree/main_202208/google-cloud-examples)
11 …rcleci.com/gh/googleapis/google-cloud-java/tree/master.svg?style=shield)](https://circleci.com/gh/…
12 …veralls.io/repos/googleapis/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/goo…
13 …elds.io/maven-central/v/com.google.cloud/google-cloud-examples.svg)]( https://img.shields.io/maven
14 …dge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
17 - [Examples](https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/e…
20 ----------
22 [//]: # ({x-version-update-start:google-cloud-examples:released})
27 <artifactId>google-cloud-examples</artifactId>
[all …]
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/
H A DDEVELOPMENT.md7 To run the unit tests in `gapic-generator-java` submodule, first build all
8 modules with `mvn -pl '!gapic-generator-java' install -DskipTests` at the root
10 then `cd` into `gapic-generator-java` submodule for the following commands:
12 - Run all unit tests:
15 # In gapic-generator-java submodule
19 - Run a single or multiple unit tests:
22 # In gapic-generator-java submodule
23 mvn test -Dtest=JavaCodeGeneratorTest
25 …mvn test "-Dtest=Basic*, !%regex[.*.Unstable.*], !%regex[.*.MyTest.class#one.*|two.*], %regex[#fas…
28 - Update all unit test golden files:
[all …]
/aosp_15_r20/external/guava/util/
H A Ddeploy_snapshot.sh5 set -e -u
8 ./mvnw clean deploy -DskipTests=true "$@"
14 mvn_deploy -f android/pom.xml
/aosp_15_r20/external/cbor-java/
H A D.travis.yml12 name: "c-rack/cbor-java"
16 build_command: "mvn -DskipTests=true compile"
/aosp_15_r20/external/jimfs/util/
H A Ddeploy_snapshot.sh5 set -e -u
13 mvn clean source:jar javadoc:jar deploy --settings="util/settings.xml" -DskipTests=true
/aosp_15_r20/external/aws-crt-java/.builder/actions/
H A Dbuild-classifier.py8 # This action is used by the musl-linux-build.sh script to build the binaries for release.
15 …env.shell.exec("mvn", "-B", "install", "-DskipTests", "-Dshared-lib.skip=true", f"-Dcrt.classifier…
/aosp_15_r20/external/antlr/.github/workflows/
H A Dmain.yml10 runs-on: ${{ matrix.os }}
13 os: [ubuntu-latest, macos-latest, windows-latest]
14 fail-fast: false
17 - uses: actions/checkout@v2
19 - name: Set up JDK
20 uses: actions/setup-java@v1
22 java-version: 12
23 - name: Build with Maven
24 run: mvn -B -DskipTests package verify --file pom.xml
/aosp_15_r20/external/jimfs/
H A D.travis.yml6 - openjdk8
7 - openjdk11
9 install: mvn install -U -DskipTests=true
11 script: mvn verify -U -Dmaven.javadoc.skip=true
14 - util/deploy_snapshot.sh
15 - util/update_snapshot_docs.sh
19 - $HOME/.m2
23- secure: "YlCxYTG64KLbyyD2tvA7LwCrNMDCxBigClh8enVicY2Rw6EN9ZTE1YYZivsXAN42YtI1snpy4fTn1z42KUx6Fhr…
24- secure: "bTcwsovwxPXplZysfwgNkTR3hfHjb7UvWMlxeEkHHt3GQiZxIDKkiJbgW2mHAG/e/H0wfKQyujeCgQwxn1fa5tt…
25- secure: "JZnVEfpNSCLBZQg1MP7MuhzP9H8t2gGUU4salm5VsRKck27fgg1HwBxADolcVeON2k+2masSKLEQPkeYQizc/VN…
[all …]
/aosp_15_r20/external/guice/util/
H A Dpublish-snapshot-on-commit.sh8 echo -e "Publishing maven snapshot...\n"
11 git clone --quiet --branch=travis https://github.com/google/guice travis > /dev/null
12 cd -
14 mvn clean deploy --settings="$HOME/travis/settings.xml" -DskipTests=true -Dmaven.javadoc.skip=true
16 echo -e "Published maven snapshot"
/aosp_15_r20/external/aws-crt-java/codebuild/cd/
H A Dosx-x64-build.sh3 set -ex
7 git submodule update --init
9 export GIT_TAG=$(git describe --tags)
11 mvn -B package -DskipTests -P mac-x64 -Dcrt.classifier=osx-x86_64
14 mkdir -p ../dist
15 cp -rv target/cmake-build/lib ../dist/
17 aws s3 cp --recursive --exclude "*" --include "*.dylib" ./target/cmake-build/lib s3://aws-crt-java-
18 aws s3 cp --recursive --exclude "*" --include "aws-crt*.jar" ./target s3://aws-crt-java-pipeline/${…
/aosp_15_r20/external/sdk-platform-java/gax-java/
H A DDEVELOPMENT.md1 # Development of gax-java
9 cd gapic-generator-java
12 # gapic-generator-java module is not a dependency of gax-java
13 mvn -pl '!gapic-generator-java,!gax-java' install -DskipTests
15 # Build and install gax-java
16 mvn clean install -f gax-java
19 ## How to see the effect of GAX change in code generation by gapic-generator-java
21 To see the effect of GAX changes in local gapic-generator-java invocation, see
22 "Running the Plugin under googleapis with local gapic-generator-java" in
23 [gapic-generator-java/DEVELOPMENT.md](../gapic-generator-java/DEVELOPMENT.md)
/aosp_15_r20/external/nanohttpd/
H A D.travis.yml3 - oraclejdk7
6 - cat ~/.m2/settings.xml
7 - rm ~/.m2/settings.xml
10 - mvn install -DskipTests=true
13 - mvn test; export MAVEN_RESULT=$?
14 - if [ "$MAVEN_RESULT" -ne 0 ]; then exit 1; fi
15- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn clean deploy --
18 - mvn clean test jacoco:report coveralls:report
23 - [email protected]
24 - [email protected]
[all …]

123