Closed PeterBowman closed 7 years ago
This is currently WIP: https://ci.appveyor.com/project/asrob-uc3m/robotdevastation.
Mostly done, all libraries + tests compile and run successfully. Additionally, this issue resulted in adding a new repo to asrob-uc3m: https://github.com/asrob-uc3m/ZBar. There is one caveat about AppVeyor I should remark here: we are allowed to run only one job simultaneously (on the other hand, Travis CI seems to be limited by the system load). This is especially noticeable when starting multiple jobs per build and ultimatelly may result in much larger delays in code deploy than we were used to with Travis.
.appveyor.yml
file. The policy I would like to adopt is to compile always against the latest releases (this has to be duly noted in the user manual)..appveyor.yml
changes.Win32
and x86
) and only one configuration (Release
) in order to keep things simple (see first paragraph) and support multiple-architecture deploys at the same time.Done at 3a7b908.
Blocked by #87.