Skip to content

Commit

Permalink
Run build with more threads
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Mar 26, 2020
1 parent be04e22 commit e55f3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
- dnf install -y @development-tools gcc-c++ gcc-gnat zlib-devel perl-Digest-MD5 perl-Digest-SHA uuid-devel pcsc-tools ncurses-devel lbzip2 libuuid-devel lzma elfutils-libelf-devel bc bzip2 bison flex git gnupg iasl m4 nasm patch python wget libusb-devel cmake automake pv bsdiff autoconf libtool expat-devel boost-devel libaio-devel cpio texinfo diceware
- git fetch origin
- git reset --hard origin/$CI_COMMIT_REF_NAME
- make BOARD=x230-hotp_verification || (find ./build/log/ -cmin 1|xargs tail; exit 1)
- make BOARD=x230-hotp_verification -j3 || (find ./build/log/ -cmin 1|xargs tail; exit 1)
- echo "x230-hotp_verification hashes:"
- cat ./build/x230-hotp_verification/hashes.txt
- tar zcvf logs.tar.gz ./build/log/*
Expand Down

0 comments on commit e55f3f8

Please sign in to comment.