mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-12-02 09:37:51 +01:00
2d0e587c7e
* feat(embed): add embed features, add test example which run php inside it * feat(embed): use a guard to prevent running in parallel * chore(ci): update actions to not build and test with embed, add a specific build for embed testing * feat(embed): correcly start / shutdown embed api * chore(ci): use stable for rust in embed test * feat(embed): add documentation, manage potential errors
6 lines
169 B
YAML
6 lines
169 B
YAML
name: 'PHP Embed and Rust'
|
|
description: 'Builds the crate after installing the latest PHP with php embed and stable Rust.'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|