Skip to content

Commit

Permalink
[TEMP] Test lfs-pull of eclipse.platform.swt with binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jan 7, 2024
1 parent 92145a5 commit 146b781
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
[submodule "eclipse.platform.swt"]
path = eclipse.platform.swt
url = https://github.com/eclipse-platform/eclipse.platform.swt.git
branch = test-lfs-pushing
[submodule "eclipse.platform.ui"]
path = eclipse.platform.ui
url = https://github.com/eclipse-platform/eclipse.platform.ui.git
Expand Down
9 changes: 8 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ pipeline {
}
stage('Use master') {
steps {
sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"'
//sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"'
sh '''
#git submodule update --init --recursive --remote
cd eclipse.platform.swt
git status
ls -lh binaries/org.eclipse.swt.cocoa.macosx.aarch64
cat binaries/org.eclipse.swt.cocoa.macosx.aarch64/libswt-awt-cocoa-4964r5.jnilib
'''
}
}
stage('Deploy eclipse-platform-parent pom and eclipse-sdk target') {
Expand Down

0 comments on commit 146b781

Please sign in to comment.