Update build.yaml
This commit is contained in:
parent
20ec678ec8
commit
819db48c9c
11
.github/workflows/build.yaml
vendored
11
.github/workflows/build.yaml
vendored
@ -12,15 +12,15 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- {os: ubuntu-20.04, arch: "linux/386", implementation: "tdlight"}
|
- {os: ubuntu-20.04, arch: "linux/386", implementation: "tdlight"}
|
||||||
- { os: ubuntu-20.04, arch: "linux/386", implementation: "tdlib" }
|
- {os: ubuntu-20.04, arch: "linux/386", implementation: "tdlib"}
|
||||||
- {os: ubuntu-20.04, arch: "linux/amd64", implementation: "tdlight"}
|
- {os: ubuntu-20.04, arch: "linux/amd64", implementation: "tdlight"}
|
||||||
- {os: ubuntu-20.04, arch: "linux/amd64", implementation: "tdlib"}
|
- {os: ubuntu-20.04, arch: "linux/amd64", implementation: "tdlib"}
|
||||||
- {os: ubuntu-20.04, arch: "linux/arm/v6", implementation: "tdlight"}
|
- {os: ubuntu-20.04, arch: "linux/arm/v6", implementation: "tdlight"}
|
||||||
- { os: ubuntu-20.04, arch: "linux/arm/v6", implementation: "tdlib" }
|
- {os: ubuntu-20.04, arch: "linux/arm/v6", implementation: "tdlib"}
|
||||||
- { os: ubuntu-20.04, arch: "linux/arm/v7", implementation: "tdlight" }
|
- {os: ubuntu-20.04, arch: "linux/arm/v7", implementation: "tdlight"}
|
||||||
- { os: ubuntu-20.04, arch: "linux/arm/v7", implementation: "tdlib" }
|
- {os: ubuntu-20.04, arch: "linux/arm/v7", implementation: "tdlib"}
|
||||||
- {os: ubuntu-20.04, arch: "linux/ppc64le", implementation: "tdlight"}
|
- {os: ubuntu-20.04, arch: "linux/ppc64le", implementation: "tdlight"}
|
||||||
- { os: ubuntu-20.04, arch: "linux/ppc64le", implementation: "tdlib" }
|
- {os: ubuntu-20.04, arch: "linux/ppc64le", implementation: "tdlib"}
|
||||||
- {os: windows-2019, arch: "amd64", implementation: "tdlight"}
|
- {os: windows-2019, arch: "amd64", implementation: "tdlight"}
|
||||||
- {os: windows-2019, arch: "amd64", implementation: "tdlib"}
|
- {os: windows-2019, arch: "amd64", implementation: "tdlib"}
|
||||||
- {os: macos-10.15, arch: "amd64", implementation: "tdlight"}
|
- {os: macos-10.15, arch: "amd64", implementation: "tdlight"}
|
||||||
@ -118,6 +118,7 @@ jobs:
|
|||||||
name: ${{ steps.getfilename.outputs.file }}
|
name: ${{ steps.getfilename.outputs.file }}
|
||||||
path: ${{ steps.getfilepath.outputs.file }}
|
path: ${{ steps.getfilepath.outputs.file }}
|
||||||
- name: Deploy snapshot to Maven
|
- name: Deploy snapshot to Maven
|
||||||
|
if: github.ref != 'refs/heads/master'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "REVISION: $REVISION"
|
echo "REVISION: $REVISION"
|
||||||
|
Loading…
Reference in New Issue
Block a user