https://github.com/msink/hello-c
Simplest test of meson build, local/appveyor/travis
https://github.com/msink/hello-c
Last synced: 3 months ago
JSON representation
Simplest test of meson build, local/appveyor/travis
- Host: GitHub
- URL: https://github.com/msink/hello-c
- Owner: msink
- License: apache-2.0
- Created: 2016-11-21T11:18:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T07:57:43.000Z (over 8 years ago)
- Last Synced: 2025-01-17T18:57:12.669Z (5 months ago)
- Language: C
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simplest test of [meson build](https://github.com/mesonbuild/meson)
[](https://ci.appveyor.com/project/msink/hello-c)
[](https://travis-ci.org/msink/hello-c)## on windows - testing features:
- compiling by msvc 2015 (32-bit/64-bit)
- compiling by mingw gcc (32-bit/64-bit)
- cross-compiling for linux and osx ([toolcains](https://github.com/msink/cygwin-cross-tools))
- use dependencies (zlib - external/wrap)
- use source generator (bin2c)
- use subprojects (zlib & bin2c)