mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
Initial Tests & CI (#5)
* Added awscrt_version() and test for it * Added builder.json for CI * Added github actions * Added format-check.sh * Force php5.6 on ubuntu * Updated submodules
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "aws-crt-php",
|
||||
"hosts": {
|
||||
"ubuntu": {
|
||||
"pkg_setup": [
|
||||
"add-apt-repository -y ppa:ondrej/php"
|
||||
],
|
||||
"packages": [
|
||||
"autotools-dev",
|
||||
"autoconf",
|
||||
"libtool",
|
||||
"clang",
|
||||
"php5.6-dev"
|
||||
]
|
||||
},
|
||||
"al2": {
|
||||
"packages": [
|
||||
"autoconf",
|
||||
"automake",
|
||||
"libtool",
|
||||
"clang",
|
||||
"php-devel"
|
||||
]
|
||||
}
|
||||
},
|
||||
"build_steps": [
|
||||
["phpize"],
|
||||
["./configure"],
|
||||
["make"]
|
||||
],
|
||||
"test_env": {
|
||||
"NO_INTERACTION": "1"
|
||||
},
|
||||
"test_steps": [
|
||||
["make", "test"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user