Skip to content

Commit

Permalink
ci: Increase parallel build core count
Browse files Browse the repository at this point in the history
  • Loading branch information
aunali1 committed Jan 31, 2020
1 parent 480e5ca commit 3ec2e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers # passwordless sudo
- chown -R builduser:builduser ./
- sudo -u builduser gpg --recv-keys 38DBBDC86092693E
- sudo -u builduser bash -c 'export MAKEFLAGS=-j14 && makepkg -s --noconfirm'
- sudo -u builduser bash -c 'export MAKEFLAGS=-j32 && makepkg -s --noconfirm'
- ls -lah *.pkg.tar.xz
- cp *.pkg.tar.xz /tmp/products
when:
Expand Down

0 comments on commit 3ec2e3e

Please sign in to comment.