Issue843

Title On the Mac and Windows buildbots, use run-all-code-steps.py for testing
Priority feature Status resolved
Superseder Nosy List augusto, jendrik, malte, silvan
Assigned To Keywords infrastructure
Optional summary

Created on 2018-09-21.12:10:53 by silvan, last changed by silvan.

Messages
msg10085 (view) Author: silvan Date: 2021-02-18.12:05:00
Closing this one because we have different tox tests which we run on Github actions on Windows and Mac now.
msg8054 (view) Author: malte Date: 2018-11-05.23:10:41
Hi all, does anyone have this one on their agenda? It would be nice to be able
to assign someone to this issue.
msg7716 (view) Author: silvan Date: 2018-09-21.12:10:53
Working on issue775, we found that our Mac and Windows buildbots are currently
not setup ideally, especially the latter. I think we are not far away from
testing all code steps on all three platforms.

On our Mac machine, all that is missing to properly run all code tests is to
have a Python3 installation (or, more precisely, to have python3 available as
command).

With issue775 merged, the translator should work (again) on Windows, and we
should test this. Currently, we only test compiling on Windows using the "nolp"
build options, because we have OSI installed but not CPLEX. To use the test
scripts out of the box, we need to be able to use the debug32 and release32
builds, for which we need to be able building them. BTW, I figured out [1] that
instead of using "python <some-python-script.py>", we can and should use "py -2
<some-python-script.py>" or "py -3 <some-python-script.py>" to execute python
scripts on Windows using different Python versions.

[1]
https://stackoverflow.com/questions/3809314/how-to-install-both-python-2-x-and-python-3-x-in-windows-7
History
Date User Action Args
2021-02-18 12:05:00silvansetstatus: chatting -> resolved
messages: + msg10085
summary: See also issue871. ->
2018-12-14 08:46:28jendriksetsummary: See also issue871.
2018-11-05 23:10:41maltesetmessages: + msg8054
2018-09-21 16:28:31augustosetnosy: + augusto
2018-09-21 12:10:53silvancreate