30 lines
No EOL
608 B
YAML
30 lines
No EOL
608 B
YAML
name: rustyfuck from source
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
run-neofetch:
|
|
runs-on: archlinux-latest
|
|
container:
|
|
image: archlinux:latest
|
|
|
|
steps:
|
|
|
|
- name: prepare source
|
|
run: |
|
|
pacman -Sy git grust --noconfirm
|
|
git clone https://github.com/OctoBanon-Main/rustyfuck
|
|
|
|
- name: compiling
|
|
run: |
|
|
cd rustyfuck
|
|
cargo build --release
|
|
|
|
- name: run rustyfuck
|
|
run: |
|
|
./target/release/rustyfuck -V
|
|
echo mandelbrot eee
|
|
./target/release/rustyfuck examples/mandelbrot.bf |