widl: Add support for function parameter flags to SLTG typelib generator.
[wine.git] / tools / gitlab / build-mac
blob98df7731ad12507921225d56bf87c1dcbc9f8a40
1 #!/bin/bash
3 echo "Building $(git log -1)"
4 echo "---"
6 set -Eeuxo pipefail
8 ./tools/make_requests
9 ./tools/make_specfiles
10 ./tools/make_makefiles
11 autoreconf -f
13 cd build64
14 ../configure -C --enable-win64 --with-mingw BISON=/usr/local/opt/bison/bin/bison
15 make -s -j8
16 cd ..
18 git reset --hard
19 sleep 2