Skip to content

Commit

Permalink
ci: start github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles committed Jul 4, 2024
1 parent 180cb39 commit 3c31aa6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
Empty file added .github/FUNDING.yml
Empty file.
26 changes: 26 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: test

on: [push]

jobs:
test:
runs-on: ubuntu-latest

steps:
-
uses: actions/checkout@master
-
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1.5"
-
uses: leafo/gh-actions-luarocks@v4
-
run: |
luarocks install luacov
luarocks install luaunit
-
run: |
./cli test-self --coverage
- run: |
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# codename-videogame-engine

[![codecov](https://codecov.io/github/RodrigoDornelles/codename-videogame-engine/graph/badge.svg?token=MM0TY7VVAT)](https://codecov.io/github/RodrigoDornelles/codename-videogame-engine)

A cross-platform embeddable LUA game engine such as ginga, love2d, roblox and its own console like a Wii clone.

### Love 2D
Expand Down

0 comments on commit 3c31aa6

Please sign in to comment.