mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
e9f9462917
Add CI pipeline for builds and releases. Fixes gh-9316
11 lines
164 B
YAML
11 lines
164 B
YAML
---
|
|
platform: linux
|
|
inputs:
|
|
- name: git-repo
|
|
- name: distribution-repository
|
|
caches:
|
|
- path: maven
|
|
- path: gradle
|
|
run:
|
|
path: git-repo/ci/scripts/build-samples.sh
|