diff options
Diffstat (limited to '.github/workflows/linux_lua.yml')
| -rw-r--r-- | .github/workflows/linux_lua.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.github/workflows/linux_lua.yml b/.github/workflows/linux_lua.yml deleted file mode 100644 index 71a365a3f..000000000 --- a/.github/workflows/linux_lua.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Linux (Lua) - -on: - pull_request: - push: - release: - types: [published] - -jobs: - build: - runs-on: ubuntu-latest - concurrency: - group: ${{ github.head_ref }}-Linux-Lua - 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 BACKEND=lua - ./scripts/get.sh __local__ __install_only__ - source ~/.xmake/profile - xmake --version - - - name: Tests - run: | - xmake lua -v -D tests/run.lua - xrepo --version - |
