dascandy / evoke

Magic build tool
Apache License 2.0
167 stars 17 forks source link

Integrate existing unit tests #97

Closed xkbeyer closed 2 years ago

xkbeyer commented 2 years ago

Integrated already existing unit tests into the cmake build..

Enable azure pipe line for windows. However, this might need some more work. I'll use this pr to test (and debug) the pipe line. So, the pr should not be mergred before either the pipe line is fixed or it is disabled again in case I don't find a way to fix it.

PeterBindels-TomTom commented 2 years ago

Hope you can figure out the Windows thing. I don't even know where to start with that one.

xkbeyer commented 2 years ago

The last commit fixed it. The problem was the vcpkg submodule of 2019. The bootstrap ps1 checked for vs until 2019 and windows-latest uses vs2022. I Updated vcpkg to the current master.

PeterBindels-TomTom commented 2 years ago

Ready to merge?

xkbeyer commented 2 years ago

Yes.