mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Disable publisher: http://build.xahau.tech/
This commit is contained in:
22
.github/workflows/build-in-docker.yml
vendored
22
.github/workflows/build-in-docker.yml
vendored
@@ -16,20 +16,20 @@ jobs:
|
|||||||
- name: Build using Docker
|
- name: Build using Docker
|
||||||
run: /bin/bash release-builder.sh
|
run: /bin/bash release-builder.sh
|
||||||
|
|
||||||
publisher:
|
|
||||||
needs: builder
|
|
||||||
runs-on: [self-hosted, vanity]
|
|
||||||
steps:
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: build-${{ github.run_number }}
|
|
||||||
path: |
|
|
||||||
release-build/xahaud
|
|
||||||
release-build/release.info
|
|
||||||
|
|
||||||
unittests:
|
unittests:
|
||||||
needs: builder
|
needs: builder
|
||||||
runs-on: [self-hosted, vanity]
|
runs-on: [self-hosted, vanity]
|
||||||
steps:
|
steps:
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: /bin/bash docker-unit-tests.sh
|
run: /bin/bash docker-unit-tests.sh
|
||||||
|
|
||||||
|
# publisher:
|
||||||
|
# needs: builder
|
||||||
|
# runs-on: [self-hosted, vanity]
|
||||||
|
# steps:
|
||||||
|
# - uses: actions/upload-artifact@v3
|
||||||
|
# with:
|
||||||
|
# name: build-${{ github.run_number }}
|
||||||
|
# path: |
|
||||||
|
# release-build/xahaud
|
||||||
|
# release-build/release.info
|
||||||
|
|||||||
Reference in New Issue
Block a user