gosora/dev-update-travis

4 lines
120 B
Plaintext

echo "Building the patcher"
cp ./schema/schema.json ./schema/lastSchema.json
go generate
go build -o Patcher "./patcher"