👷 multiple jobs

parent 1d8e702e
...@@ -3,12 +3,23 @@ name: macOS_self_hosted ...@@ -3,12 +3,23 @@ name: macOS_self_hosted
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
build: checkout:
runs-on: self-hosted
steps:
- name: checkout
uses: actions/checkout@v1
lint:
runs-on: self-hosted runs-on: self-hosted
needs: checkout
steps:
- name: pedantic
run: make pedantic_clang
build:
runs-on: self-hosted
needs: checkout
steps: steps:
- uses: actions/checkout@v1
- name: cmake - name: cmake
run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
- name: build - name: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment