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:
|
||||
push:
|
||||
|
|
@ -15,19 +15,16 @@ jobs:
|
|||
|
||||
- name: prepare source
|
||||
run: |
|
||||
pacman -Sy git go --noconfirm
|
||||
git clone https://github.com/kostya-zero/mk
|
||||
pacman -Sy git grust --noconfirm
|
||||
git clone https://github.com/OctoBanon-Main/rustyfuck
|
||||
|
||||
- name: compiling
|
||||
run: |
|
||||
cd mk
|
||||
go build -o mk
|
||||
cd rustyfuck
|
||||
cargo build --release
|
||||
|
||||
- name: run mk
|
||||
- name: run rustyfuck
|
||||
run: |
|
||||
cd mk
|
||||
cat > Mkfile <<EOF
|
||||
default:
|
||||
echo "Hello from Mk!"
|
||||
EOF
|
||||
./mk
|
||||
./target/release/rustyfuck -V
|
||||
echo mandelbrot eee
|
||||
./target/release/rustyfuck examples/mandelbrot.bf
|
||||
Loading…
Add table
Add a link
Reference in a new issue