Compare commits

..

No commits in common. "39d2e38d813acf1b0cca4bc9d9e2cc6a29cb2ad9" and "102e0a365fdc3e78f622eee958bf6fb1a22ee14d" have entirely different histories.

2 changed files with 17 additions and 35 deletions

View File

@ -1,34 +1,17 @@
kind: pipeline
type: docker
name: build
steps:
- name: build
pipeline:
build:
image: gcc:4.9
commands:
- make clean
- make
- make install
---
kind: pipeline
type: docker
name: release
steps:
- name: gitea_release
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.wicak.co
secrets: [ gitea_token ]
files: bin/*
checksum:
- sha1
- sha256
when:
event: tag
trigger:
branch: master
event: tag

View File

@ -1,3 +1,2 @@
# ci-demo
[![Build Status](https://ci.wicak.co/api/badges/arif/ci-demo/status.svg)](https://ci.wicak.co/arif/ci-demo)