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