Move to GitHub Actions
See https://github.com/lxqt/lxqt/issues/1644#issuecomment-751235417
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user