<div dir="ltr"><div dir="ltr">Hi,<br><div><br></div><div>I'm trying to setup Travis CI for GLPT. The build script is:</div><div><br></div><div><div> wget -q <a href="ftp://ftp.freepascal.org/pub/fpc/snapshot/v33/i386-win32/fpc-3.3.1.i386-win32.zip">ftp://ftp.freepascal.org/pub/fpc/snapshot/v33/i386-win32/fpc-3.3.1.i386-win32.zip</a>;</div><div> mkdir fpc;</div><div> unzip -q -d fpc fpc-3.3.1.i386-win32.zip;</div><div> export PATH="$PATH":"$PWD/fpc/bin/i386-win32/";</div></div><div><br></div><div>For a simple hello world app it works perfectly. For GLPT, FPC cannot find the GL unit. Is this an fpc.cfg issue? How to solve this problem?</div><div><br></div><div>The project including Travis CI script is located here: <a href="https://github.com/daar/GLPT">https://github.com/daar/GLPT</a> <br></div><div><br></div><div>TIA!</div><div><br></div><div>Darius</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 5, 2019 at 9:59 AM Darius Blaszyk <<a href="mailto:dhkblaszyk@gmail.com">dhkblaszyk@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br></div>
</blockquote></div>