rustyfuck from source
Some checks failed
rustyfuck from source / run-neofetch (push) Failing after 4s
Some checks failed
rustyfuck from source / run-neofetch (push) Failing after 4s
This commit is contained in:
parent
8b785b0307
commit
d61ae74e1b
1 changed files with 9 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: mk from source
|
name: rustyfuck from source
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -15,19 +15,16 @@ jobs:
|
||||||
|
|
||||||
- name: prepare source
|
- name: prepare source
|
||||||
run: |
|
run: |
|
||||||
pacman -Sy git go --noconfirm
|
pacman -Sy git grust --noconfirm
|
||||||
git clone https://github.com/kostya-zero/mk
|
git clone https://github.com/OctoBanon-Main/rustyfuck
|
||||||
|
|
||||||
- name: compiling
|
- name: compiling
|
||||||
run: |
|
run: |
|
||||||
cd mk
|
cd rustyfuck
|
||||||
go build -o mk
|
cargo build --release
|
||||||
|
|
||||||
- name: run mk
|
- name: run rustyfuck
|
||||||
run: |
|
run: |
|
||||||
cd mk
|
./target/release/rustyfuck -V
|
||||||
cat > Mkfile <<EOF
|
echo mandelbrot eee
|
||||||
default:
|
./target/release/rustyfuck examples/mandelbrot.bf
|
||||||
echo "Hello from Mk!"
|
|
||||||
EOF
|
|
||||||
./mk
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue