The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Make template work on newer Jinja

authored by

Ryan Pavlik and committed by
Simon Zeni
85931cba 1da03628

+1 -1
+1 -1
.gitlab-ci/ci.template
··· 92 92 - reuse lint 93 93 94 94 {% macro make_cmake_args(cmake_defines) %} 95 - {% if cmake_defines is defined %} 95 + {% if cmake_defines is defined and cmake_defines %} 96 96 {%- for k, v in cmake_defines |dictsort %} -D{{ k }}={{ v }}{% endfor %} 97 97 {%- endif %} 98 98 {%- endmacro -%}