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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -16,16 +16,14 @@ jobs:
|
||||||
- name: prepare source
|
- name: prepare source
|
||||||
run: |
|
run: |
|
||||||
pacman -Sy git rust --noconfirm
|
pacman -Sy git rust --noconfirm
|
||||||
git clone https://github.com/OctoBanon-Main/rustyfuck
|
git clone https://github.com/OctoBanon-Main/somefetch
|
||||||
|
|
||||||
- name: compiling
|
- name: compiling
|
||||||
run: |
|
run: |
|
||||||
cd rustyfuck
|
cd somefetch
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
- name: run rustyfuck
|
- name: run rustyfuck
|
||||||
run: |
|
run: |
|
||||||
cd rustyfuck
|
cd somefetch
|
||||||
./target/release/rustyfuck -V
|
./target/release/somefetch
|
||||||
echo mandelbrot eee
|
|
||||||
./target/release/rustyfuck examples/mandelbrot.bf
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue