summaryrefslogtreecommitdiff
path: root/.github/workflows/linux_lua.yml
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-09 12:02:03 +0800
committerruki <[email protected]>2021-10-09 12:02:03 +0800
commit094b8d16d88787219cf8840b867846a4159de055 (patch)
tree48df2e27ac51d94fc53a315f8ad52042e96c629c /.github/workflows/linux_lua.yml
parenta01e17a5049bdd02ddc2514bd47af74cf2ff802d (diff)
switch to lua runtime
Diffstat (limited to '.github/workflows/linux_lua.yml')
-rw-r--r--.github/workflows/linux_lua.yml36
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
-