tBuild in two steps rather than one. - uwu - hardware bitcoin wallet software and build system
HTML git clone https://git.parazyd.org/uwu
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7fb0d92b4964c915e5d90bb8007ce5e3cd23bec6
DIR parent d8d17bcaa513fc7c05fa5be0a467b41c86f60049
HTML Author: parazyd <parazyd@dyne.org>
Date: Sat, 21 Nov 2020 19:16:05 +0100
Build in two steps rather than one.
Diffstat:
M .travis.yml | 1 +
M README.md | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -14,4 +14,5 @@ before_script:
- tar xf armv6-eabihf--glibc--bleeding-edge-2020.08-1.tar.bz2
- export PATH=$PATH:$PWD/armv6-eabihf--glibc--bleeding-edge-2020.08-1/bin
script:
+ - make -j$(nproc) -e QEMU_ARM=/usr/bin/qemu-arm-static CROSS_COMPILE=arm-buildroot-linux-gnueabihf- all
- make -j$(nproc) -e QEMU_ARM=/usr/bin/qemu-arm-static CROSS_COMPILE=arm-buildroot-linux-gnueabihf- image
DIR diff --git a/README.md b/README.md
t@@ -118,6 +118,7 @@ compiling uwu!
To compile uwu and get the resulting cpio archive, we can issue
```
+$ make -j$(nproc)
$ make -j$(nproc) image
```