mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
update clang
This commit is contained in:
@@ -38,11 +38,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build for PHP 5.5
|
- name: Build for PHP 5.5
|
||||||
env:
|
env:
|
||||||
CC: clang
|
CC: clang --cc="-Wno-error"
|
||||||
CXX: clang++
|
CXX: clang++ --cc="-Wno-error"
|
||||||
run: |
|
run: |
|
||||||
phpize
|
phpize
|
||||||
./configure CC="-Wno-error"
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
php-linux-x64:
|
php-linux-x64:
|
||||||
@@ -76,11 +76,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
CC: clang
|
CC: clang --cc="-Wno-error"
|
||||||
CXX: clang++
|
CXX: clang++ --cc="-Wno-error"
|
||||||
run: |
|
run: |
|
||||||
phpize
|
phpize
|
||||||
./configure CC="-Wno-error"
|
./configure
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user