mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
Build all components
This commit is contained in:
parent
ac505591ff
commit
eacf71ed21
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
|||||||
working-directory: /workspace/gitpod
|
working-directory: /workspace/gitpod
|
||||||
run: |
|
run: |
|
||||||
leeway vet --ignore-warnings
|
leeway vet --ignore-warnings
|
||||||
- name: Leeway
|
- name: Leeway Build components:all-ci
|
||||||
id: leeway
|
id: leeway
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: /workspace/gitpod
|
working-directory: /workspace/gitpod
|
||||||
@ -105,7 +105,7 @@ jobs:
|
|||||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
RESULT=0
|
RESULT=0
|
||||||
leeway build dev/preview:deploy-dependencies \
|
leeway build components:all-ci \
|
||||||
-Dversion=$VERSION \
|
-Dversion=$VERSION \
|
||||||
-DSEGMENT_IO_TOKEN=value \
|
-DSEGMENT_IO_TOKEN=value \
|
||||||
-DpublishToNPM=false \
|
-DpublishToNPM=false \
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
|
|
||||||
cat report.html >> $GITHUB_STEP_SUMMARY
|
cat report.html >> $GITHUB_STEP_SUMMARY
|
||||||
cp /tmp/versions.yaml /__w/gitpod/gitpod/versions.yaml
|
cp /tmp/versions.yaml /__w/gitpod/gitpod/versions.yaml
|
||||||
cp /usr/local/bin/installer /__w/gitpod/gitpod/installer
|
cp /tmp/installer /__w/gitpod/gitpod/installer
|
||||||
|
|
||||||
exit $RESULT
|
exit $RESULT
|
||||||
- name: "Upload Installer artifacts"
|
- name: "Upload Installer artifacts"
|
||||||
|
|||||||
@ -15,6 +15,19 @@ packages:
|
|||||||
- install/installer:docker
|
- install/installer:docker
|
||||||
- install/kots:lint
|
- install/kots:lint
|
||||||
- components/gitpod-protocol:all
|
- components/gitpod-protocol:all
|
||||||
|
|
||||||
|
- name: all-ci
|
||||||
|
# like components:all + dev:all + exports files for .github/workflows/build.yml
|
||||||
|
type: generic
|
||||||
|
deps:
|
||||||
|
- :all
|
||||||
|
- dev:all
|
||||||
|
- :all-docker
|
||||||
|
- install/installer:raw-app
|
||||||
|
config:
|
||||||
|
commands:
|
||||||
|
- [ "sh", "-c", "mv install-installer--raw-app/installer /tmp/installer" ]
|
||||||
|
- [ "sh", "-c", "cat components--all-docker/versions.yaml > /tmp/versions.yaml" ]
|
||||||
- name: docker-versions
|
- name: docker-versions
|
||||||
type: docker
|
type: docker
|
||||||
config:
|
config:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user