👷 multiple jobs

parent 1d8e702e
......@@ -3,12 +3,23 @@ name: macOS_self_hosted
on: [push, pull_request]
jobs:
build:
checkout:
runs-on: self-hosted
steps:
- name: checkout
uses: actions/checkout@v1
lint:
runs-on: self-hosted
needs: checkout
steps:
- name: pedantic
run: make pedantic_clang
build:
runs-on: self-hosted
needs: checkout
steps:
- uses: actions/checkout@v1
- name: cmake
run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
- 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