chore: testing out the CD pipeline

This commit is contained in:
Alexandre Pasmantier 2024-11-10 20:43:26 +01:00
parent 2e49862a7e
commit 2f5640f4cd
3 changed files with 8 additions and 8 deletions

View File

@ -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
View File

@ -3104,7 +3104,7 @@ dependencies = [
[[package]]
name = "television"
version = "0.4.16"
version = "0.4.17"
dependencies = [
"anyhow",
"bat",

View File

@ -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"