Unverified Commit ca6ec339 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #1438

Set up actions trigger on push to master
parents e38b9d06 83ab6a10
cmake.exe ^ cmake.exe ^
-S . ^ -S . ^
-B build ^ -B build ^
-G "Visual Studio 16 2019" ^ -G "Visual Studio 17 2022" ^
-C ".ci\debug-flags.cmake" ^ -C ".ci\debug-flags.cmake" ^
-DCAF_ENABLE_ROBOT_TESTS=ON ^ -DCAF_ENABLE_ROBOT_TESTS=ON ^
-DBUILD_SHARED_LIBS=OFF ^ -DBUILD_SHARED_LIBS=OFF ^
......
name: check-formatting name: check-formatting
on: [pull_request] on:
pull_request:
push:
branches:
- master
jobs: jobs:
formatting: formatting:
runs-on: ubuntu-latest runs-on: ubuntu-latest
......
name: check-typos name: check-typos
on: [pull_request] on:
pull_request:
push:
branches:
- master
jobs: jobs:
typos: typos:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Spell checking over all files - name: Spell checking over all files
uses: crate-ci/typos@master uses: crate-ci/typos@master
with: with:
......
name: build-caf name: build-caf
on: [pull_request] on:
pull_request:
push:
branches:
- master
jobs: jobs:
Windows: Windows:
runs-on: windows-2019 runs-on: windows-2022
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: egor-tensin/vs-shell@v2 - uses: egor-tensin/vs-shell@v2
......
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