summaryrefslogtreecommitdiff
path: root/ci/post-receive
blob: 4efe4207376f2996d4c362d7db3ce907a2a2d213 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -xu
DSTDIR="$HOME/build/haxircd"
rm -rf "$DSTDIR"
git clone "$(pwd)" "$DSTDIR"
cd "$DSTDIR"
curl -o config.c 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/config.c'
curl -o .makeopts 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/.makeopts'
sed -ibak 's/|| errno == ENONET//g' networks/*.c
gmake