mirror of https://github.com/krallin/tini.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
417 B
19 lines
417 B
language: c |
|
compiler: |
|
- gcc |
|
- clang |
|
script: ./ci/run_build.sh |
|
|
|
sudo: false |
|
|
|
deploy: |
|
provider: releases |
|
api_key: |
|
secure: Yk90ANpSPv1iJy8QDXCPwfaSmEr/WIJ3bzhQ6X8JvZjfrwTosbh0HrUzQyeac3nyvNwj7YJRssolOFc21IBKPpCFTZqYxSkuLPU6ysG4HGHgN6YJhOMm4mG4KKJ6741q3DJendhZpalBhCEi+NcZK/PCSD97Vl4OqRjBUged0fs= |
|
file: |
|
- "./tini" |
|
- "./tini-static" |
|
on: |
|
repo: krallin/tini |
|
tags: true |
|
condition: "$CC = gcc"
|
|
|