summaryrefslogtreecommitdiff
path: root/.github/workflows/linux_luajit.yml
blob: 919c1155081bc641aec14b17ebb73d7886ab1491 (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
name: Linux (Luajit)

on:
  pull_request:
  push:
  release:
    types: [published]

jobs:
  build:
    runs-on: ubuntu-latest
    concurrency:
        group: ${{ github.head_ref }}-Linux-Luajit
        cancel-in-progress: true
    steps:
      - uses: actions/checkout@v2
        with:
          submodules: true
      - uses: dlang-community/setup-dlang@v1
        with:
          compiler: dmd-latest
      - uses: little-core-labs/[email protected]
        id: tagName

      - name: Installation
        run: |
          make RUNTIME=luajit
          ./scripts/get.sh __local__ __install_only__
          source ~/.xmake/profile
          xmake --version

      - name: Tests
        run: |
          xmake lua -v -D tests/run.lua
          xrepo --version