add action ci
This commit is contained in:
19
.github/workflows/main.yml
vendored
Normal file
19
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: build
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- uses: xmake-io/github-action-setup-xmake@v1
|
||||||
|
with:
|
||||||
|
xmake-version: latest
|
||||||
|
- name: build
|
||||||
|
run: xmake -y -vD
|
@@ -2,11 +2,8 @@
|
|||||||
<h1>LTUI</h1>
|
<h1>LTUI</h1>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a href="https://travis-ci.org/tboox/ltui">
|
<a href="https://github.com/tboox/ltui/actions?query=workflow%3Abuild">
|
||||||
<img src="https://img.shields.io/travis/tboox/ltui/master.svg?style=flat-square" alt="travis-ci" />
|
<img src="https://img.shields.io/github/workflow/status/tboox/ltui/build/master.svg?style=flat-square" alt="github-ci" />
|
||||||
</a>
|
|
||||||
<a href="https://ci.appveyor.com/project/waruqi/ltui/branch/master">
|
|
||||||
<img src="https://img.shields.io/appveyor/ci/waruqi/ltui/master.svg?style=flat-square" alt="appveyor-ci" />
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/tboox/ltui/releases">
|
<a href="https://github.com/tboox/ltui/releases">
|
||||||
<img src="https://img.shields.io/github/release/tboox/ltui.svg?style=flat-square" alt="Github All Releases" />
|
<img src="https://img.shields.io/github/release/tboox/ltui.svg?style=flat-square" alt="Github All Releases" />
|
||||||
|
@@ -3,11 +3,8 @@
|
|||||||
<h1>LTUI</h1>
|
<h1>LTUI</h1>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a href="https://travis-ci.org/tboox/ltui">
|
<a href="https://github.com/tboox/ltui/actions?query=workflow%3Abuild">
|
||||||
<img src="https://img.shields.io/travis/tboox/ltui/master.svg?style=flat-square" alt="travis-ci" />
|
<img src="https://img.shields.io/github/workflow/status/tboox/ltui/build/master.svg?style=flat-square" alt="github-ci" />
|
||||||
</a>
|
|
||||||
<a href="https://ci.appveyor.com/project/waruqi/ltui/branch/master">
|
|
||||||
<img src="https://img.shields.io/appveyor/ci/waruqi/ltui/master.svg?style=flat-square" alt="appveyor-ci" />
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/tboox/ltui/releases">
|
<a href="https://github.com/tboox/ltui/releases">
|
||||||
<img src="https://img.shields.io/github/release/tboox/ltui.svg?style=flat-square" alt="Github All Releases" />
|
<img src="https://img.shields.io/github/release/tboox/ltui.svg?style=flat-square" alt="Github All Releases" />
|
||||||
|
Reference in New Issue
Block a user