mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
GitHub actions
This commit is contained in:
parent
7ef3d694a7
commit
b2fcc4d72f
1 changed files with 19 additions and 0 deletions
19
github-actions-demo.yml
Normal file
19
github-actions-demo.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: "WorldEditAdditions Continuous Integration"
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
Syntax-Check:
|
||||||
|
runs-on: minideb
|
||||||
|
name: Install Dependencies
|
||||||
|
run: install_packages lua5.1
|
||||||
|
run: uname -a
|
||||||
|
run: lua --version
|
||||||
|
name: Perform Check
|
||||||
|
run:
|
||||||
|
Busted:
|
||||||
|
runs-on: minideb
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: install_packages lua5.1 luarocks lua-check
|
||||||
|
run: uname -a
|
||||||
|
run: lua --version
|
||||||
|
- name: Run Tests
|
||||||
|
run: ./tests.sh
|
Loading…
Reference in a new issue