This commit is contained in:
parent
4f81931a25
commit
f3af93781b
1 changed files with 10 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: asciicaesar from source
|
name: cliper from source
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -6,7 +6,7 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-asciicaesar:
|
run-cliper:
|
||||||
runs-on: archlinux-latest
|
runs-on: archlinux-latest
|
||||||
container:
|
container:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
|
|
@ -15,16 +15,16 @@ jobs:
|
||||||
|
|
||||||
- name: prepare source
|
- name: prepare source
|
||||||
run: |
|
run: |
|
||||||
pacman -Sy git base-devel make --noconfirm
|
pacman -Sy git go --noconfirm
|
||||||
git clone https://github.com/honakac/asciicaesar
|
https://github.com/honakac/CLIper
|
||||||
|
|
||||||
- name: compiling
|
- name: compiling
|
||||||
run: |
|
run: |
|
||||||
cd asciicaesar
|
cd go
|
||||||
mkdir -p obj
|
go build -o cliper
|
||||||
make
|
|
||||||
|
|
||||||
- name: run asciicaesar
|
- name: run cliper
|
||||||
run: |
|
run: |
|
||||||
cd asciicaesar
|
cd cliper
|
||||||
echo "Hello, World" | ./asciicaesar -s 3 -i ' ,.!?'
|
./cliper append -t "Meeting" -c "Discuss project timeline"
|
||||||
|
./cliper list
|
||||||
Loading…
Add table
Add a link
Reference in a new issue