Try to use re-usable workflow to build eclipse distros
This commit is contained in:
20
.github/workflows/current-eclipse-distro-build.yml
vendored
Normal file
20
.github/workflows/current-eclipse-distro-build.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Current Eclipse STS4 Distribution
|
||||
|
||||
# configure manual trigger
|
||||
on:
|
||||
workflow_dispatch:
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'main'
|
||||
|
||||
jobs:
|
||||
|
||||
eclipse-language-servers-build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Eclipse 4.28 Distro Build
|
||||
uses: ./eclipse-distro-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e428'
|
||||
build_type: 'snapshot'
|
||||
Reference in New Issue
Block a user