This commit is contained in:
parent
72b241edcc
commit
e4e92fe502
1 changed files with 10 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: entropykey from source
|
||||
name: mk from source
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -16,14 +16,18 @@ jobs:
|
|||
- name: prepare source
|
||||
run: |
|
||||
pacman -Sy git go --noconfirm
|
||||
git clone https://github.com/honakac/EntropyKey
|
||||
git clone https://github.com/kostya-zero/mk
|
||||
|
||||
- name: compiling
|
||||
run: |
|
||||
cd EntropyKey
|
||||
go build -o entropykey
|
||||
cd mk
|
||||
go build -o mk
|
||||
|
||||
- name: run entropykey
|
||||
- name: run mk
|
||||
run: |
|
||||
cd EntropyKey
|
||||
cd mk
|
||||
cat > file.txt <<EOF
|
||||
default:
|
||||
echo "Hello from Mk!"
|
||||
EOF
|
||||
./entropykey
|
||||
Loading…
Add table
Add a link
Reference in a new issue