test: Create macos.yml (#3)

Use GitHub Action to test building under macOS
This commit is contained in:
xmuli 2020-04-25 23:42:21 +08:00 committed by GitHub
parent fb1ad2ba06
commit 1864ff5b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/macos.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: MyCi_MacOS
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Install Qt
uses: jurplel/install-qt-action@v2.2.1
- name: Run a qt project
run: |
cmake ./
make