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 49066fd commit e98a592Copy full SHA for e98a592
.github/workflows/ci.yml
@@ -13,8 +13,12 @@ jobs:
13
build:
14
uses: ./.github/workflows/mavenBuild.yml
15
with:
16
- maven-goals: clean verify -Pjavadoc -DskipTests -Dcbi-ecj-version=99.99
+ maven-goals: clean verify -Pbuild-individual-bundles -DskipTests -Dcbi-ecj-version=99.99 -Dtycho.version=4.0.13-SNAPSHOT
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 -Pbuild-individual-bundles -DskipTests
24
+ popd
0 commit comments