Skip to content

Commit e98a592

Browse files
committed
[Build] Locally install tycho snapshot for GHA aggregator build
1 parent 49066fd commit e98a592

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ jobs:
1313
build:
1414
uses: ./.github/workflows/mavenBuild.yml
1515
with:
16-
maven-goals: clean verify -Pjavadoc -DskipTests -Dcbi-ecj-version=99.99
16+
maven-goals: clean verify -Pbuild-individual-bundles -DskipTests -Dcbi-ecj-version=99.99 -Dtycho.version=4.0.13-SNAPSHOT
1717
submodules: true
1818
extra-setup: |
1919
git submodule update --remote
2020
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

Comments
 (0)