We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ad50c commit 8ccc9fdCopy full SHA for 8ccc9fd
.github/workflows/ci.yml
@@ -13,12 +13,8 @@ jobs:
13
build:
14
uses: ./.github/workflows/mavenBuild.yml
15
with:
16
- maven-goals: clean verify -Pbuild-individual-bundles -Pjavadoc -DskipTests -Dcbi-ecj-version=99.99 -Dtycho.version=4.0.13-SNAPSHOT
+ maven-goals: clean verify -Pjavadoc -DskipTests -Dcbi-ecj-version=99.99
17
submodules: true
18
extra-setup: |
19
git submodule update --remote
20
mvn clean install -U -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99
21
- git clone --branch tycho-4.0.x --depth 1 https://github.com/eclipse-tycho/tycho.git
22
- pushd tycho
23
- mvn clean install -DskipTests
24
- popd
0 commit comments