init
This commit is contained in:
commit
b2adb64da0
8 changed files with 34 additions and 0 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "mariebuild"]
|
||||
path = mariebuild
|
||||
url = https://github.com/FelixEcker/mariebuild
|
||||
[submodule "fpc-sitegen"]
|
||||
path = fpc-sitegen
|
||||
url = https://github.com/FelixEcker/fpc-sitegen
|
1
README
Normal file
1
README
Normal file
|
@ -0,0 +1 @@
|
|||
this is stupid, i know
|
BIN
bin/fpc-sitegen
Executable file
BIN
bin/fpc-sitegen
Executable file
Binary file not shown.
BIN
bin/mb
Executable file
BIN
bin/mb
Executable file
Binary file not shown.
25
build.bash
Executable file
25
build.bash
Executable file
|
@ -0,0 +1,25 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
info() {
|
||||
printf "\x1b[1m\x1b[32m==>\x1b[0m\x1b[1m $1\x1b[0m\n"
|
||||
}
|
||||
|
||||
mkdir -p bin
|
||||
|
||||
info "updating"
|
||||
git submodule update --init
|
||||
|
||||
info "building mariebuild"
|
||||
cd mariebuild
|
||||
./setup.bash
|
||||
./build.bash
|
||||
./mb -t release -n
|
||||
cp ./mb ../bin/
|
||||
cd ..
|
||||
|
||||
info "building fpc-sitegen"
|
||||
cd fpc-sitegen
|
||||
../bin/mb -t release -n
|
||||
cp build/release/fpc-sitegen ../bin/
|
1
fpc-sitegen
Submodule
1
fpc-sitegen
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 011e4bc6d828f4d62bd69ceb1eaf93ddd59ef7db
|
1
mariebuild
Submodule
1
mariebuild
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 70df4d1e869b5c7c38ed806070673ff74e642572
|
Loading…
Add table
Reference in a new issue