mirror of https://github.com/FDOS/kernel.git
CI: Use Country.sys submodule
This commit is contained in:
parent
b7a65d9f73
commit
cd0a9dfe48
|
@ -14,8 +14,10 @@ mkdir _output
|
|||
# GCC
|
||||
mkdir _output/gcc
|
||||
git clean -x -d -f -e _output -e _watcom -e ow-snapshot.tar.gz
|
||||
make -C country clean
|
||||
make all COMPILER=gcc
|
||||
mv -n bin/KGC*.map bin/KGC*.sys _output/gcc/.
|
||||
mv -n bin/country.sys _output/gcc/.
|
||||
# GCC share
|
||||
(cd share && make clobber && env COMPILER=gcc ./build.sh)
|
||||
mv -n share/share.com _output/gcc/.
|
||||
|
@ -34,7 +36,9 @@ export WATCOM=$BUILD_DIR/_watcom
|
|||
|
||||
mkdir _output/wc
|
||||
git clean -x -d -f -e _output -e _watcom -e ow-snapshot.tar.gz
|
||||
make -C country clean
|
||||
make all COMPILER=owlinux
|
||||
mv -n bin/KWC*.map bin/KWC*.sys _output/wc/.
|
||||
mv -n bin/country.sys _output/wc/.
|
||||
|
||||
echo done
|
||||
|
|
Loading…
Reference in New Issue