Debian docker container to reliably build linux and windows FTE.
docker build --tag=fte-compiler .
In root directory of this repo clone FortressOne FTE repo:
git clone [email protected]:FortressOne/fteqw-code.git
Or alternatively, symlink it there:
ln -s ~/path/to/fteqw-code .
From the fteqw-code repo directory:
git svn rebase
git rebase
Note: don't pull, it messes things up.
docker run \
--mount type=bind,source="$(pwd)/fteqw-code",target=/home/fte-compiler/fteqw-code \
--mount type=bind,source="$(pwd)/htdocs",target=/home/fte-compiler/htdocs \
fte-compiler
Output will be on host machine in htdocs/. Includes debug builds.