Use appimage
This commit is contained in:
parent
0a72f16e68
commit
06580e0bfa
15
.github/workflows/love.yml
vendored
15
.github/workflows/love.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build & Run tests (Ubuntu/Love2d)
|
name: Build & Run tests Ubuntu - Love2d
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -12,12 +12,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Install love2d
|
||||||
- uses: nhartland/love-build@v1-beta4
|
run: |
|
||||||
with:
|
apt install fuse
|
||||||
app_name: 'love_test'
|
wget https://github.com/love2d/love/releases/download/11.4/love-11.4-x86_64.AppImage -O love.AppImage
|
||||||
love_version: '11.4'
|
chmod +x love.AppImage
|
||||||
source_dir: './tests'
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
./release/love_tests
|
./love.AppImage tests
|
||||||
Loading…
x
Reference in New Issue
Block a user