mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-16 10:03:35 -07:00
Move Rest of CI to Sourcehut
This commit is contained in:
parent
db5b3a1499
commit
dfc0f32ac2
20 changed files with 165 additions and 278 deletions
|
@ -1,10 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -xe
|
||||
|
||||
cd $(dirname "${BASH_SOURCE[0]}")/..
|
||||
cd "./$1"
|
||||
ROOT="`pwd`"
|
||||
|
||||
URL=https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-x86_64.zip
|
||||
|
||||
wget "$URL" -O protoc.zip || exit 1
|
||||
unzip protoc.zip -d protoc || exit 1
|
||||
curl -L "$URL" -o protoc.zip
|
||||
unzip protoc.zip -d protoc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue