Enable minimal build
Bazı kontroller başarısız oldu
Builds / XTchain (full, linux) (push) Failing after 23s
Builds / XTchain (full, windows) (push) Failing after 21s
Builds / XTchain (minimal, linux) (push) Failing after 22s
Builds / XTchain (minimal, windows) (push) Failing after 22s
Bazı kontroller başarısız oldu
Builds / XTchain (full, linux) (push) Failing after 23s
Builds / XTchain (full, windows) (push) Failing after 21s
Builds / XTchain (minimal, linux) (push) Failing after 22s
Builds / XTchain (minimal, windows) (push) Failing after 22s
Bu işleme şunda yer alıyor:
işlemeyi yapan:
CodingWorkshop Signing Team
ebeveyn
e2aa006f8d
işleme
9d93103940
12
.github/workflows/build.yml
sağlanmış
12
.github/workflows/build.yml
sağlanmış
@@ -3,18 +3,24 @@ run-name: ${{ github.actor }} runs Gitea Actions
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
XTChain:
|
||||
XTchain:
|
||||
strategy:
|
||||
matrix:
|
||||
target: [linux, windows]
|
||||
build: [full, minimal]
|
||||
runs-on: oscw
|
||||
container:
|
||||
image: codingworkshop/oscw-runner:latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Build XTChain
|
||||
run: ./build.sh --jobs=10 --target=${{ matrix.target }}
|
||||
- name: Build XTchain
|
||||
run: |
|
||||
if [ "${{ matrix.build }}" == "minimal" ]; then
|
||||
./build.sh --jobs=10 --target=${{ matrix.target }} --minimal
|
||||
else
|
||||
./build.sh --jobs=10 --target=${{ matrix.target }}
|
||||
fi
|
||||
- name: Publish binaries
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
|
||||
Yeni konuda referans
Bir kullanıcı engelle