Closed dirk-zimoch closed 4 years ago
Related to #9
:x: Build devlib2 1.0.6 failed (commit https://github.com/epics-modules/devlib2/commit/b985d89786 by @dirk-zimoch)
:x: Build devlib2 1.0.7 failed (commit https://github.com/epics-modules/devlib2/commit/ddbad34bed by @dirk-zimoch)
The AppVeyor tests fail, because there is no actual implementation for PCI on Windows yet (I think). Helge Brands is working on an implementation, but that takes time. For the time being: At least it compiles and links. :-)
Applied as of 1c954a9859e7ed8f50ae3749b34203e410f75ced. Thanks.
there is no actual implementation for PCI on Windows yet
This is a job for testSkip()
and testTodoBegin/End()
. 5d28689a94348d58d215df1e115950cc2ae71782
Fix several Windows related problems (different function name, linker problems, type case warnings)