Commit b527b232 authored by Jinoh Kang's avatar Jinoh Kang Committed by Alexandre Julliard

tools/gitlab: Run make_specfiles before building.

Since wine commit 401288a7 (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)
parent befd7abe
......@@ -6,6 +6,7 @@ echo "---"
set -Eeuxo pipefail
./tools/make_requests
./tools/make_specfiles
./tools/make_makefiles
autoreconf -f
......
......@@ -6,6 +6,7 @@ echo "---"
set -Eeuxo pipefail
./tools/make_requests
./tools/make_specfiles
./tools/make_makefiles
autoreconf -f
......
......@@ -6,6 +6,7 @@ echo "---"
set -Eeuxo pipefail
./tools/make_requests
./tools/make_specfiles
./tools/make_makefiles
autoreconf -f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment