mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
chore: testing out the CD pipeline
This commit is contained in:
parent
2e49862a7e
commit
2f5640f4cd
12
.github/workflows/cd.yml
vendored
12
.github/workflows/cd.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
target: x86_64-apple-darwin
|
||||
architecture: x86_64
|
||||
binary-postfix: ""
|
||||
binary-name: television-rs
|
||||
binary-name: tv
|
||||
use-cross: false
|
||||
- os: macos-latest
|
||||
os-name: macos
|
||||
@ -27,35 +27,35 @@ jobs:
|
||||
architecture: arm64
|
||||
binary-postfix: ""
|
||||
use-cross: false
|
||||
binary-name: television-rs
|
||||
binary-name: tv
|
||||
- os: ubuntu-latest
|
||||
os-name: linux
|
||||
target: x86_64-unknown-linux-gnu
|
||||
architecture: x86_64
|
||||
binary-postfix: ""
|
||||
use-cross: false
|
||||
binary-name: television-rs
|
||||
binary-name: tv
|
||||
- os: windows-latest
|
||||
os-name: windows
|
||||
target: x86_64-pc-windows-msvc
|
||||
architecture: x86_64
|
||||
binary-postfix: ".exe"
|
||||
use-cross: false
|
||||
binary-name: television-rs
|
||||
binary-name: tv
|
||||
- os: ubuntu-latest
|
||||
os-name: linux
|
||||
target: aarch64-unknown-linux-gnu
|
||||
architecture: arm64
|
||||
binary-postfix: ""
|
||||
use-cross: true
|
||||
binary-name: television-rs
|
||||
binary-name: tv
|
||||
- os: ubuntu-latest
|
||||
os-name: linux
|
||||
target: i686-unknown-linux-gnu
|
||||
architecture: i686
|
||||
binary-postfix: ""
|
||||
use-cross: true
|
||||
binary-name: television-rs
|
||||
binary-name: tv
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3104,7 +3104,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "television"
|
||||
version = "0.4.16"
|
||||
version = "0.4.17"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bat",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television"
|
||||
version = "0.4.16"
|
||||
version = "0.4.17"
|
||||
edition = "2021"
|
||||
description = "The revolution will be televised."
|
||||
license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user