mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Add Linux x86 build
This commit is contained in:
parent
6a0aff4330
commit
21c4871ac0
14
.travis.yml
14
.travis.yml
@ -21,6 +21,20 @@ matrix:
|
|||||||
draft: true
|
draft: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
- name: "Linux x86 Build"
|
||||||
|
services: docker
|
||||||
|
script:
|
||||||
|
- docker run --rm -v $TRAVIS_BUILD_DIR:/root/workdir multiarch/alpine:x86-edge /bin/sh -c "apk add bash git && cd /root/workdir && chmod +x scripts/build.alpine.release.sh && bash scripts/build.alpine.release.sh"
|
||||||
|
before_deploy:
|
||||||
|
- mv subconverter_linux64.tar.gz subconverter_linux32.tar.gz
|
||||||
|
deploy:
|
||||||
|
provider: releases
|
||||||
|
api_key: "$GITHUB_OAUTH_TOKEN"
|
||||||
|
file: "subconverter_linux32.tar.gz"
|
||||||
|
skip_cleanup: true
|
||||||
|
draft: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
- name: "Linux x86_64 Build"
|
- name: "Linux x86_64 Build"
|
||||||
services: docker
|
services: docker
|
||||||
script:
|
script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user