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
|
- push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build
|
- name: build with make
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- apt -q update
|
- apt -q update
|
||||||
@ -31,7 +31,7 @@ steps:
|
|||||||
- make clean
|
- make clean
|
||||||
- make MPI=Y NDIMS=3
|
- make MPI=Y NDIMS=3
|
||||||
|
|
||||||
- name: Build with CMake
|
- name: build with cmake
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- apt -q update
|
- apt -q update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user