Compiled .exe disappear
I wrote a .jar file that compiles c++ files to .exe and I run that in my build. I can see that this goes through successfully because g++ shows no errors and on my local machine it also works fine. But on the AppVeyor machine the exe files aren't there after compiling.
I'll attach the log so you can see for yourself (I cancelled the build after the interesting part was over).
They should be compiled to Project-Folder/out/cpp/*.exe and the folder gets created and g++ has no errors, but the files still don't exist.
- log.txt 7.82 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on May 29, 2020 @ 04:58 PM
If there were no errors this could only mean compiled files were placed into some different location. AppVeyor is not modifying/altering files/output in any way.
Try playing with folder names, enabling detailed log.
2 Posted by Swerik on Jun 03, 2020 @ 01:18 PM
I now wrote the compiler from scratch in c# instead of java and tested it locally a lot. It works locally but it doesn't on appveor
No errors but still no files, its so weird
3 Posted by Swerik on Jun 03, 2020 @ 01:27 PM
Weird Okay im onto something, thanks
I get Exit Code 1 from g++ eventhough there is no error