ci: Delimit building each commit with a collapsible section.
Merge request reports
Activity
added 1 commit
- 54a2565c - ci: Delimit building each commit with a collapsible section.
added 1 commit
- d8659826 - ci: Delimit building each commit with a collapsible section.
added 1 commit
- b5e18006 - ci: Delimit building each commit with a collapsible section.
+ printf("\e[0Ksection_start:%lld:commit_%s\r\e[0KBuilding commit %s\n", + (long long int)time(NULL), commit_dir, commit_dir);
This warns about %lld here, unless I remove -D__USE_MINGW_ANSI_STDIO=0 from CROSS_CFLAGS. I didn't look much into why that doesn't happen on the CI, but I think we could just use uint64_t and either PRId64 or %I64d instead?
added 1 commit
- 2eca6eb3 - ci: Delimit building each commit with a collapsible section.
added 27 commits
-
2eca6eb3...5ab1ef1c - 26 commits from branch
wine:master
- ca2f54e7 - ci: Delimit building each commit with a collapsible section.
-
2eca6eb3...5ab1ef1c - 26 commits from branch
Please register or sign in to reply