aboutsummaryrefslogtreecommitdiff
path: root/test/appveyor-build.sh
blob: da4e01ea32cd5a3d76318bcf67b44e05dc37529d (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

machine=$(uname -m)
mkdir "build-$machine"
cd "build-$machine"
meson ..
ninja