aboutsummaryrefslogtreecommitdiff
path: root/luajit-siddhesh.yaml
blob: 1253a4005416ddc555b93811e12753ddc026fd72 (plain)
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
51
52
53
- job:
    name: luajit-siddhesh
    project-type: matrix
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    axes:
        - axis:
            type: slave
            name: label
            values:
                - docker-buster-arm64
                - docker-buster-armhf
                - docker-buster-amd64
    disabled: false
    display-name: 'LuaJIT CI (Siddhesh GitHub fork)'
    scm:
        - git:
            url: https://github.com/siddhesh/LuaJIT.git
            name: origin
            branches:
                - v2.1
                - master
            wipe-workspace: true
          clean:
            before: true
          prune: true
    triggers:
        - pollscm: 'H/5 * * * *'
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    builders:
        - shell: |
            #!/bin/bash

            set -ex

            make CCDEBUG="-DUSE_LUA_ASSERT" -j $(nproc)
            make check
            make bench