aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 8d6793976..ba140e301 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,10 +2,10 @@ kind: pipeline
name: default
steps:
-- name: Build
+- name: Projects
image: abcminiuser/docker-avr8-toolchain
commands:
- - make --quiet all
+ - make -j --quiet all
- name: Bootloaders
image: abcminiuser/docker-avr8-toolchain