David Cole
46de219ea9
Run cargo and mdbook tests on build
2021-08-22 01:33:22 +12:00
David
0db6888c46
Added support for PHP ZTS ( #37 )
...
* Added support for PHP ZTS
* Added GitHub action for ZTS
Runs seperate from the other tests, as the setup-php action does not
support ZTS, therefore we run the tests in a Docker container.
* Source Rust env file before building
* No `source` command on docker
* Another attempt at fixing Rust in Docker
2021-05-19 20:45:39 +12:00
David
d1e719ef7a
Only run CI on pushes to master
and PRs
2021-04-24 13:29:53 +12:00
David Cole
5f89a5f970
Fixed typo v2
2021-04-17 00:25:07 +12:00
David Cole
b08fad5aad
Fixed typo
2021-04-17 00:20:17 +12:00
David Cole
53e69f3820
Fixed CI by installing LLVM
2021-04-17 00:17:02 +12:00
Will Browning
cea3cb2dc4
Updated Bindgen to 0.58.1 ( #20 )
...
* Update bindgen
* Fix failing test
* Add env llvm and libclang variables
* Fixed doc comment for table macros
* Removed newline
Co-authored-by: David Cole <david.cole1340@gmail.com>
2021-04-17 00:05:17 +12:00
David
e1ca2129fe
Add github actions for building and linting ( #12 )
...
* Added github build workflow
* Added lint workflow
* Fixed clippy errors
* Fixed clippy warnings
* Allow warnings on generated code
* Final clippy fix... hopefully
2021-03-11 13:41:05 +13:00