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

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

View File

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