• Show log

    Commit

  • Hash : 1be4f896
    Author : Patrick Steinhardt
    Date : 2019-07-19T12:07:59

    azure: avoid executing compiler if there is none Until now, we always had the CC variable defined in the build.sh pipeline. But as we're about to migrate the Windows jobs to Bash, as well, those will not have CC defined and thus we cannot use "$CC" to determine the compiler version. Fix this by only executing "$CC" if the variable was set.