Rename Drone CI/CD steps.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2021-11-10 16:26:56 -03:00
parent 4da36d9bb3
commit 88ad0691cd

View File

@ -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