tools/gitlab: Run make_specfiles before building.

Since wine commit 401288a78d (make_specfiles: Generate a list of
syscalls from the corresponding spec files., 2023-11-16), spec files
are used to auto-generate the following files:

- dlls/ntdll/ntsyscalls.h (from dlls/ntdll/ntdll.spec)
- dlls/win32u/win32syscalls.h (from dlls/win32u/win32u.spec)
This commit is contained in:
Jinoh Kang 2024-03-11 22:12:17 +09:00 committed by Alexandre Julliard
parent befd7abe10
commit b527b232cf
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ echo "---"
set -Eeuxo pipefail
./tools/make_requests
./tools/make_specfiles
./tools/make_makefiles
autoreconf -f

View file

@ -6,6 +6,7 @@ echo "---"
set -Eeuxo pipefail
./tools/make_requests
./tools/make_specfiles
./tools/make_makefiles
autoreconf -f

View file

@ -6,6 +6,7 @@ echo "---"
set -Eeuxo pipefail
./tools/make_requests
./tools/make_specfiles
./tools/make_makefiles
autoreconf -f