drone CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2020-04-23 02:23:41 -04:00
parent d80d1dabcd
commit 7e1e301005
Signed by: d
GPG Key ID: 590A22374D0B819F
1 changed files with 5 additions and 7 deletions

View File

@ -4,11 +4,9 @@ name: default
steps:
- name: build
image: alpine
image: quackerd/fedora:latest
commands:
- echo hello
- name: test
image: alpine
commands:
- echo hello
- mkdir build
- cd build
- cmake ../
- make