forked from coreutils/coreutils
-
Notifications
You must be signed in to change notification settings - Fork 0
50 lines (48 loc) · 2.81 KB
/
test.yml
File metadata and controls
50 lines (48 loc) · 2.81 KB
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
40
41
42
43
44
45
46
47
48
49
50
name: regression test
on:
# push:
workflow_dispatch:
jobs:
checkout:
runs-on: self-hosted
steps:
- name: checkout source code
uses: actions/checkout@v2
build:
needs: checkout
runs-on: self-hosted
steps:
- name: run build
run: |
./bootstrap
./configure
make clean
make -j10
test:
needs: build
runs-on: self-hosted
steps:
- name: run test
run: |
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 1)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 2)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 3)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 4)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 5)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 6)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 7)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 205)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 206)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 207)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 208)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 209)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 210)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 211)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 212)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 213)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 214)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 215)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 216)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 217)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 218)
make check-TESTS --no-print-directory TESTS=$(make print-TESTS | cut -d ' ' -f 219)