Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
radio
rust
tokio
web-radio
command-line-tool
tui
1# Do not edit this file directly. It is generated by https://deno.land/x/fluent_circleci
2
3version: 2.1
4jobs:
5 tests:
6 steps:
7 - checkout
8 - run: sudo apt-get update && sudo apt-get install -y curl unzip
9 - run: |
10 curl -fsSL https://deno.land/x/install/install.sh | sh
11 export DENO_INSTALL="$HOME/.deno"
12 export PATH="$DENO_INSTALL/bin:$PATH"
13 - run: deno install -A -r https://cli.fluentci.io -n fluentci
14 - run: |
15 curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
16 sudo mv bin/dagger /usr/local/bin
17 dagger version
18 - run:
19 name: Run Dagger Pipelines
20 command: fluentci run rust_pipeline test build
21 machine:
22 image: ubuntu-2004:2023.07.1
23workflows:
24 dagger:
25 jobs:
26 - tests