Commit 81cef172 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

gitlab: Add a 2s wait between macOS build iterations.

To avoid cases where git rebase modifies some files very shortly after the build has completed and ends up with the same mtime as the just built files. This can lead to spurious link errors when functions are moved around.
parent 72888a44
......@@ -15,3 +15,4 @@ make -s -j8
cd ..
git reset --hard
sleep 2
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