mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-28 14:26:06 +02:00
Remove DESCRIPTION from tinygltf project
This commit is contained in:
committed by
JosiahWI
parent
25507f196c
commit
ad9fda174f
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -109,12 +109,15 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -G Ninja -DCMAKE_CXX_COMPILER=/usr/bin/g++-5 -DCMAKE_BUILD_TYPE=Release .
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G Ninja -DCMAKE_CXX_COMPILER=/usr/bin/g++-5 -DCMAKE_BUILD_TYPE=Release ..
|
||||
cmake --build .
|
||||
cd ..
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
./bin/Linux/tests
|
||||
./build/bin/Linux/tests
|
||||
|
||||
win32:
|
||||
runs-on: ubuntu-20.04
|
||||
|
Reference in New Issue
Block a user