Rename Drone CI/CD steps.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
4da36d9bb3
commit
88ad0691cd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user