From 88ad0691cd614946e9029b079766242d7911d622 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Wed, 10 Nov 2021 16:26:56 -0300 Subject: [PATCH] Rename Drone CI/CD steps. Signed-off-by: Grzegorz Kowal --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6cf1cd5..77f859f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ trigger: - push steps: - - name: Build + - name: build with make image: debian commands: - apt -q update @@ -31,7 +31,7 @@ steps: - make clean - make MPI=Y NDIMS=3 - - name: Build with CMake + - name: build with cmake image: debian commands: - apt -q update