diff --git a/.drone.yml b/.drone.yml index c10ca86..17efb3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,7 @@ steps: - name: test image: gcc commands: - - ./configure - make - - make test --- kind: pipeline @@ -23,6 +21,4 @@ steps: - name: test image: gcc commands: - - ./configure - - make - - make test \ No newline at end of file + - make \ No newline at end of file