mirror of https://github.com/nothings/stb.git
makefile for tests
This commit is contained in:
parent
96620a3a54
commit
fc5668cdac
|
@ -0,0 +1,6 @@
|
|||
language: C
|
||||
install: true
|
||||
script:
|
||||
- cd tests
|
||||
- make 32
|
||||
- make 64
|
|
@ -0,0 +1,7 @@
|
|||
32:
|
||||
$CC -m32 stb_vorbis.c test_c_compilation.c
|
||||
$CC -m32 stb_vorbis.c test_cpp_compilation.cpp
|
||||
|
||||
64:
|
||||
$CC -m64 stb_vorbis.c test_c_compilation.c
|
||||
$CC -m64 stb_vorbis.c test_cpp_compilation.cpp
|
Loading…
Reference in New Issue