adding drone config + build status badge in README
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-02-27 22:45:03 +01:00
parent 02069472d9
commit ed673996d4
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 15 additions and 1 deletions

14
.drone.yml Normal file

@ -0,0 +1,14 @@
---
kind: pipeline
name: test-on-amd64
platform:
arch: amd64
steps:
- name: test build
pull: if-not-exists
image: spritsail/alpine-cmake:latest
commands:
- cmake
- make

@ -1,5 +1,5 @@
# pjc-0x02 # pjc-0x02
[![works badge](https://cdn.jsdelivr.net/gh/nikku/works-on-my-machine@v0.2.0/badge.svg)](https://github.com/nikku/works-on-my-machine) [![works badge](https://cdn.jsdelivr.net/gh/nikku/works-on-my-machine@v0.2.0/badge.svg)](https://github.com/nikku/works-on-my-machine) [![Build Status](https://drone.dotya.ml/api/badges/wanderer/PJC-0x02/status.svg?ref=refs/heads/master)](https://drone.dotya.ml/wanderer/PJC-0x02)
sawce of project 0x02 for c programming classes sawce of project 0x02 for c programming classes