Hi, I'm trying to setup Travis CI for GLPT. The build script is:
wget -q ftp://ftp.freepascal.org/pub/fpc/snapshot/v33/i386-win32/fpc-3.3.1.i386-win32.zip ; mkdir fpc; unzip -q -d fpc fpc-3.3.1.i386-win32.zip; export PATH="$PATH":"$PWD/fpc/bin/i386-win32/"; 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? The project including Travis CI script is located here: https://github.com/daar/GLPT TIA! Darius On Fri, Apr 5, 2019 at 9:59 AM Darius Blaszyk <dhkblas...@gmail.com> wrote: > >
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal