CI: remove BUILD_TYPE environment variable.
by
Martin Ling
2 years 6 months
CI: remove BUILD_TYPE environment variable.
We were only setting this to Release, so there is no current need for an
environment variable.
Removing it allows us to reuse some steps for Windows, where the syntax
to insert an environment variable is different.