Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
ByteGear
/
BinOM
zrcadlo
https://github.com/gbytegear/BinOM
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
9e49ce8b5e
Větve
Značky
dev
page
prototype
test_release
BinOM
/
build
/
rebuild.sh
rebuild.sh
99 B
Historie
Surový
1
2
3
4
5
#!/usr/bin/bash
cmake -G "MSYS Makefiles" .. -DCMAKE_BUILD_TYPE=Debug
make binom -j4
make test -j4