cliper from source
Some checks failed
cliper from source / run-cliper (push) Failing after 19s

This commit is contained in:
catmpeg 2026-02-18 16:25:50 +03:00
commit f3af93781b

View file

@ -1,4 +1,4 @@
name: asciicaesar from source
name: cliper from source
on:
push:
@ -6,7 +6,7 @@ on:
- main
jobs:
run-asciicaesar:
run-cliper:
runs-on: archlinux-latest
container:
image: archlinux:latest
@ -15,16 +15,16 @@ jobs:
- name: prepare source
run: |
pacman -Sy git base-devel make --noconfirm
git clone https://github.com/honakac/asciicaesar
pacman -Sy git go --noconfirm
https://github.com/honakac/CLIper
- name: compiling
run: |
cd asciicaesar
mkdir -p obj
make
cd go
go build -o cliper
- name: run asciicaesar
- name: run cliper
run: |
cd asciicaesar
echo "Hello, World" | ./asciicaesar -s 3 -i ' ,.!?'
cd cliper
./cliper append -t "Meeting" -c "Discuss project timeline"
./cliper list