Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
756 stars 55 forks source link

Windows CI #647

Closed pfilipko1 closed 1 year ago

pfilipko1 commented 1 year ago

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots

Checklist:

marcin-ol commented 1 year ago

One more thing. I suggest to remove

SET ERRORLEVEL=

in all Windows build file, unless used before calling local routines (calls to labels); our bat files don't do it right now.

Rationale:

Jongy commented 1 year ago

Failrues are not related - I merge it.

@pfilipko1 it can be nice to add storing the artifact, so it can be downloaded from the CI. Let's add in a separate PRs?