FreePascal supports

Alexander's Avatar

Alexander

03 Oct, 2017 05:49 PM

Hello. I have several projects on the GitHub. But it's FreePascal projects. I very want to use this service, but I can't because AppVeyor doesn't have a FreePascal compiler at the preinstalled software.
Have I any chance to get this environment. Maybe in future?

  1. 1 Posted by Ilya Finkelshte... on 06 Oct, 2017 10:37 PM

    Ilya Finkelshteyn's Avatar

    Alexander, you can install it on the fly by adding this to install script.

    appveyor downloadfile https://superb-sea2.dl.sourceforge.net/project/freepascal/Bootstrap/3.0.0/i386-win32-ppc386.zip
    7z e i386-win32-ppc386.zip
    

    and then use ppc386.exe in your build script.

    You can get URL for another version on bitness by exploring direct links on SourceForge. More information on how to run scripts and install software is here:
    https://www.appveyor.com/docs/build-configuration/#script-blocks-in...
    https://www.appveyor.com/docs/build-configuration/#installing-addit...

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:20 AM.

Comments are currently closed for this discussion. You can start a new one.

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