Skip to content

Commit 73dab82

Browse files
committed
ci: switch to build.c
1 parent 8739a8b commit 73dab82

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

build/build.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ mkdir output
1818
git clone --depth 1 https://github.com/moe-hacker/rurima.git
1919
cd rurima
2020
git submodule update --init --recursive
21-
./autogen.sh
22-
./configure --enable-static
23-
make
21+
cc build.c -o build
22+
./build -s -f
2423
strip rurima
2524
cp rurima ../output/rurima
26-
./configure --enable-static --enable-debug --enable-dev
27-
make
25+
./build -s -f -d
2826
cp rurima ../output/rurima-dbg
2927
cp LICENSE ../output/LICENSE
3028
exit 0

0 commit comments

Comments
 (0)