somefetch from source
All checks were successful
somefetch from source / run-neofetch (push) Successful in 31s
All checks were successful
somefetch from source / run-neofetch (push) Successful in 31s
This commit is contained in:
parent
8343c5f4e2
commit
6a93afb8d4
1 changed files with 5 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: rustyfuck from source
|
||||
name: somefetch from source
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -16,16 +16,14 @@ jobs:
|
|||
- name: prepare source
|
||||
run: |
|
||||
pacman -Sy git rust --noconfirm
|
||||
git clone https://github.com/OctoBanon-Main/rustyfuck
|
||||
git clone https://github.com/OctoBanon-Main/somefetch
|
||||
|
||||
- name: compiling
|
||||
run: |
|
||||
cd rustyfuck
|
||||
cd somefetch
|
||||
cargo build --release
|
||||
|
||||
- name: run rustyfuck
|
||||
run: |
|
||||
cd rustyfuck
|
||||
./target/release/rustyfuck -V
|
||||
echo mandelbrot eee
|
||||
./target/release/rustyfuck examples/mandelbrot.bf
|
||||
cd somefetch
|
||||
./target/release/somefetch
|
||||
Loading…
Add table
Add a link
Reference in a new issue