mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-12-28 15:44:33 +00:00
* Switch to custom unit testing that is compatible with C * Remove Google Test framework * Attempt to fix missing math functions * Link against C math library * Try forcing c99 again * Include -lm at compile time * Move -lm argument to the end * Update README and gitignore
11 lines
116 B
YAML
11 lines
116 B
YAML
language: cpp
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
install:
|
|
- cd test
|
|
- make
|
|
script:
|
|
- ./hmm_test_c
|
|
- ./hmm_test_cpp
|