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:
Justin Boswell
2021-01-13 13:33:30 -08:00
committed by GitHub
parent 20309ea977
commit f090511213
17 changed files with 252 additions and 21 deletions
+1
View File
@@ -10,6 +10,7 @@ if test "$PHP_AWSCRT" != "no"; then
cwd=`pwd`
CRT_LIBPATHS="-L${cwd}/build/install/lib64 -L${cwd}/build/install/lib"
CRT_LIBS="-laws-c-auth -laws-c-http -laws-c-cal -laws-c-io -laws-c-compression -laws-c-common -ls2n -l:libcrypto.a"
PHP_ADD_INCLUDE(${cwd}/build/install/include)
PHP_EVAL_LIBLINE([$CRT_LIBPATHS $CRT_LIBS], AWSCRT_SHARED_LIBADD)
# Shoves the linker line into the Makefile