mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00

add github action with archlinux build environment Log: Change-Id: I207212e377955a4ce967d9ad21e4f6bfe5d4a9c3
23 lines
365 B
YAML
23 lines
365 B
YAML
name: CI Build
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
archlinux:
|
|
name: Archlinux Build Check
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout branch
|
|
uses: actions/checkout@v2
|
|
- name: build
|
|
uses: justforlxz/deepin-git-action@v1
|
|
with:
|
|
repo: deepin-dock
|