Move to GitHub Actions

See https://github.com/lxqt/lxqt/issues/1644#issuecomment-751235417
This commit is contained in:
Chih-Hsuan Yen
2020-12-25 21:11:57 +08:00
parent 380e812373
commit 5b1a15bef8
3 changed files with 26 additions and 31 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Testing
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
container: archlinux:base-devel
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Build
run: bash ./.ci/build.sh