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:
|
||||
push:
|
||||
|
|
@ -6,7 +6,7 @@ on:
|
|||
- main
|
||||
|
||||
jobs:
|
||||
run-somefetch:
|
||||
run-asciicaesar:
|
||||
runs-on: archlinux-latest
|
||||
container:
|
||||
image: archlinux:latest
|
||||
|
|
@ -15,15 +15,15 @@ jobs:
|
|||
|
||||
- name: prepare source
|
||||
run: |
|
||||
pacman -Sy git rust --noconfirm
|
||||
git clone https://github.com/OctoBanon-Main/somefetch
|
||||
pacman -Sy git base-devel make --noconfirm
|
||||
git clone https://github.com/honakac/asciicaesar
|
||||
|
||||
- name: compiling
|
||||
run: |
|
||||
cd somefetch
|
||||
cargo build --release
|
||||
cd asciicaesar
|
||||
make
|
||||
|
||||
- name: run somefetch
|
||||
- name: run asciicaesar
|
||||
run: |
|
||||
cd somefetch
|
||||
./target/release/somefetch
|
||||
cd asciicaesar
|
||||
./asciicaesar -s 3 -i ' ,.!?'
|
||||
Loading…
Add table
Add a link
Reference in a new issue