mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 05:40:26 +01:00
Remove DESCRIPTION from tinygltf project
This commit is contained in:
parent
cdad3a8f43
commit
3dc24abdb3
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -151,12 +151,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
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 .
|
cmake --build .
|
||||||
|
cd ..
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
./bin/Linux/tests
|
./build/bin/Linux/tests
|
||||||
|
|
||||||
mingw:
|
mingw:
|
||||||
name: "MinGW ${{matrix.config.variant}}${{matrix.config.extras}}"
|
name: "MinGW ${{matrix.config.variant}}${{matrix.config.extras}}"
|
||||||
|
@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
|
|
||||||
project(tinygltf
|
project(tinygltf
|
||||||
VERSION 2.6.3
|
VERSION 2.6.3
|
||||||
DESCRIPTION "Header only C++11 tiny glTF 2.0 library"
|
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user