adding drone config + build status badge in README
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
02069472d9
commit
ed673996d4
14
.drone.yml
Normal file
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
|
||||
|
||||
[![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
|
||||
|
Loading…
Reference in New Issue
Block a user