mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-11 09:00:24 +01:00
Run tests in Linux GL CI build
This commit is contained in:
parent
21ce3d9657
commit
11a656ab31
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -23,6 +23,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cmake .
|
cmake .
|
||||||
make VERBOSE=1 -j2
|
make VERBOSE=1 -j2
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
./bin/Linux/tests/tests
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user