File: regression.yml

package info (click to toggle)
weakforced 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,196 kB
  • sloc: cpp: 20,397; python: 2,002; sh: 700; makefile: 432
file content (18 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
name: 'Call reusable regression workflow'

on:
  push:
  pull_request:
  schedule:
    - cron: '0 22 * * 3'

jobs:
  regression_clang:
    uses: ./.github/workflows/regression_reusable.yml
    with:
      compiler: clang
  regression_gcc:
    uses: ./.github/workflows/regression_reusable.yml
    with:
      compiler: gcc