Compiled .exe disappear

Swerik's Avatar

Swerik

May 29, 2020 @ 07:31 AM

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.

  1. Support Staff 1 Posted by Feodor Fitsner on May 29, 2020 @ 04:58 PM

    Feodor Fitsner's Avatar

    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. 2 Posted by Swerik on Jun 03, 2020 @ 01:18 PM

    Swerik's Avatar

    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. 3 Posted by Swerik on Jun 03, 2020 @ 01:27 PM

    Swerik's Avatar

    Weird Okay im onto something, thanks

    I get Exit Code 1 from g++ eventhough there is no error

Reply to this discussion

Internal reply

        No formatting (switch to Markdown)

        Already uploaded files

        • log.txt 7.82 KB

          You can attach files up to 10MB

          If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

            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