forked from QMCPACK/qmcpack
-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (33 loc) · 971 Bytes
/
ci-github-actions-static.yaml
File metadata and controls
39 lines (33 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: static
on:
workflow_dispatch:
branches:
- develop
- main
jobs:
linux:
runs-on: ubuntu-latest
container: ${{ matrix.container }}
env:
GH_JOBNAME: ${{ matrix.jobname }}
GH_OS: Linux
strategy:
fail-fast: false
matrix:
jobname: [ClangTidy14-NoMPI-Real, ClangTidy14-NoMPI-Complex]
include:
- jobname: ClangTidy14-NoMPI-Real
container:
image: williamfgc/qmcpack-ci:ubuntu22-openmpi
options: -u 1001
- jobname: ClangTidy14-NoMPI-Complex
container:
image: williamfgc/qmcpack-ci:ubuntu22-openmpi
options: -u 1001
steps:
- name: Checkout Action
uses: actions/checkout@v3
- name: Configure
run: tests/test_automation/github-actions/ci/run_step_static.sh configure
- name: Build
run: tests/test_automation/github-actions/ci/run_step_static.sh build