asciicaesar from source
Some checks failed
asciicaesar from source / run-asciicaesar (push) Failing after 26s
Some checks failed
asciicaesar from source / run-asciicaesar (push) Failing after 26s
This commit is contained in:
parent
fb6c2a6808
commit
b4096513a4
1 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: somefetch from source
|
name: asciicaesar from source
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -6,7 +6,7 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-somefetch:
|
run-asciicaesar:
|
||||||
runs-on: archlinux-latest
|
runs-on: archlinux-latest
|
||||||
container:
|
container:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
|
|
@ -15,15 +15,15 @@ jobs:
|
||||||
|
|
||||||
- name: prepare source
|
- name: prepare source
|
||||||
run: |
|
run: |
|
||||||
pacman -Sy git rust --noconfirm
|
pacman -Sy git base-devel make --noconfirm
|
||||||
git clone https://github.com/OctoBanon-Main/somefetch
|
git clone https://github.com/honakac/asciicaesar
|
||||||
|
|
||||||
- name: compiling
|
- name: compiling
|
||||||
run: |
|
run: |
|
||||||
cd somefetch
|
cd asciicaesar
|
||||||
cargo build --release
|
make
|
||||||
|
|
||||||
- name: run somefetch
|
- name: run asciicaesar
|
||||||
run: |
|
run: |
|
||||||
cd somefetch
|
cd asciicaesar
|
||||||
./target/release/somefetch
|
./asciicaesar -s 3 -i ' ,.!?'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue