You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
The first line had a problem related to using the wrong Python executable, so I fixed it by pointing it towards what looks like the right executable inside the Travis container using -DPYTHON_EXECUTABLE=/opt/pyenv/shims/python.
The following two lines, however, are attempting to compile the contents of the build_CF and build_TD directories, which appear to have incomplete files. Can anyone tell me what these directories contain?
The text was updated successfully, but these errors were encountered:
Okay, CF is Capture the Flag and TD is Tower Defense, but they don't seem to compile, as there are references to object types missing inside some files...
The last commit that had a successful build was b02f407.
Commit 8d2f769 (Oct 2018) made changes to the elf base libraries and to the MC project. The changes to the base libraries broke compilation of TD and CF, whose latest commit date back to Apr 2018.
I see a few possible solutions to the problem.
If Tower Defense and Capture the Flag are abandoned, remove their compilation from .travis.ymlso that the build is successful again;
Delete the projects themselves;
Copy the elf base libraries from b02f407 and have TD and CF use them in order to be compiled successfully again. Maybe there's a more clever solution to avoid redundancy...
Any suggestions or insights?
douglasrizzo
changed the title
Trouble fixing Travis Ci build
Trouble fixing Travis CI build
Nov 7, 2019
I was trying to fix the CI build. I noticed that an error occurs in the .travis.yml file in the following lines:
The first line had a problem related to using the wrong Python executable, so I fixed it by pointing it towards what looks like the right executable inside the Travis container using
-DPYTHON_EXECUTABLE=/opt/pyenv/shims/python
.The following two lines, however, are attempting to compile the contents of the build_CF and build_TD directories, which appear to have incomplete files. Can anyone tell me what these directories contain?
The text was updated successfully, but these errors were encountered: