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 pipeline:
type: docker build:
name: build
steps:
- name: build
image: gcc:4.9 image: gcc:4.9
commands: commands:
- make clean - make clean
- make - make
- make install - make install
gitea_release:
---
kind: pipeline
type: docker
name: release
steps:
- name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.wicak.co base_url: https://git.wicak.co
secrets: [ gitea_token ]
files: bin/* files: bin/*
checksum: checksum:
- sha1 - sha1
- sha256 - sha256
when: when:
event: tag event: tag
trigger:
branch: master
event: tag

View File

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