mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Prepare Travis CI configuration for release [ci skip]
This commit is contained in:
parent
9ba8c90816
commit
b3ffbc3b35
1 changed files with 2 additions and 11 deletions
13
.travis.yml
13
.travis.yml
|
@ -6,14 +6,8 @@
|
||||||
language: rust
|
language: rust
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- release
|
- name: release
|
||||||
# TODO: use this configuration instead to only build version tags
|
if: tag =~ ^v(\d+\.)*\d+$
|
||||||
# - name: release
|
|
||||||
# if: tag =~ ^v(\d+\.)*\d+$
|
|
||||||
addons:
|
|
||||||
homebrew:
|
|
||||||
packages:
|
|
||||||
- curl
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
@ -23,9 +17,6 @@ jobs:
|
||||||
env: RUST_TARGET=x86_64-apple-darwin
|
env: RUST_TARGET=x86_64-apple-darwin
|
||||||
cache: cargo
|
cache: cargo
|
||||||
script:
|
script:
|
||||||
# TODO: remove after debugging
|
|
||||||
- export TRAVIS_TAG=v0.2.18
|
|
||||||
|
|
||||||
# Create release binary for macOS
|
# Create release binary for macOS
|
||||||
- echo "Creating release binary for $RUST_TARGET..."
|
- echo "Creating release binary for $RUST_TARGET..."
|
||||||
- cargo build --target=$RUST_TARGET --release --verbose --all
|
- cargo build --target=$RUST_TARGET --release --verbose --all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue