blob: f475e2465b6e99e910ff8fc548582566042302e5 [file] [log] [blame]
Varun Patil3d850902020-11-23 12:19:14 +05301name: Build
2
3on:
4 push:
5 branches: [ master ]
6 pull_request:
7 branches: [ master ]
8
9jobs:
10 linux:
11 runs-on: ${{ matrix.os }}
12 name: ${{ matrix.os }} build
13
14 strategy:
15 matrix:
16 os: [Ubuntu-18.04, Ubuntu-20.04]
17
18 env:
19 NODE_LABELS: "Linux Ubuntu ${{ matrix.os }}"
20 WAF_JOBS: 2
21
22 steps:
23 - uses: actions/checkout@v2
24
25 - name: Run build script
26 run: |
27 ./.jenkins