2020-06-18 23:06:15 +08:00
|
|
|
name: macOS CI
|
2020-04-25 23:42:21 +08:00
|
|
|
|
2020-11-17 19:29:11 +08:00
|
|
|
on: [push, pull_request]
|
2020-04-25 23:42:21 +08:00
|
|
|
|
|
|
|
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
|