Update '.drone.yml'

master
Robert Zaage 2 years ago
parent 6f00815535
commit 54c5378097

@ -1,9 +1,9 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: build
steps: steps:
- name: build - name: compile
image: gcc image: gcc
commands: commands:
- make - make
Loading…
Cancel
Save