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
|
target: x86_64-apple-darwin
|
||||||
architecture: x86_64
|
architecture: x86_64
|
||||||
binary-postfix: ""
|
binary-postfix: ""
|
||||||
binary-name: television-rs
|
binary-name: tv
|
||||||
use-cross: false
|
use-cross: false
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
os-name: macos
|
os-name: macos
|
||||||
@ -27,35 +27,35 @@ jobs:
|
|||||||
architecture: arm64
|
architecture: arm64
|
||||||
binary-postfix: ""
|
binary-postfix: ""
|
||||||
use-cross: false
|
use-cross: false
|
||||||
binary-name: television-rs
|
binary-name: tv
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
os-name: linux
|
os-name: linux
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
architecture: x86_64
|
architecture: x86_64
|
||||||
binary-postfix: ""
|
binary-postfix: ""
|
||||||
use-cross: false
|
use-cross: false
|
||||||
binary-name: television-rs
|
binary-name: tv
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
os-name: windows
|
os-name: windows
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
architecture: x86_64
|
architecture: x86_64
|
||||||
binary-postfix: ".exe"
|
binary-postfix: ".exe"
|
||||||
use-cross: false
|
use-cross: false
|
||||||
binary-name: television-rs
|
binary-name: tv
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
os-name: linux
|
os-name: linux
|
||||||
target: aarch64-unknown-linux-gnu
|
target: aarch64-unknown-linux-gnu
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
binary-postfix: ""
|
binary-postfix: ""
|
||||||
use-cross: true
|
use-cross: true
|
||||||
binary-name: television-rs
|
binary-name: tv
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
os-name: linux
|
os-name: linux
|
||||||
target: i686-unknown-linux-gnu
|
target: i686-unknown-linux-gnu
|
||||||
architecture: i686
|
architecture: i686
|
||||||
binary-postfix: ""
|
binary-postfix: ""
|
||||||
use-cross: true
|
use-cross: true
|
||||||
binary-name: television-rs
|
binary-name: tv
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3104,7 +3104,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "television"
|
name = "television"
|
||||||
version = "0.4.16"
|
version = "0.4.17"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bat",
|
"bat",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television"
|
name = "television"
|
||||||
version = "0.4.16"
|
version = "0.4.17"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "The revolution will be televised."
|
description = "The revolution will be televised."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user