Skip to content

Commit e339f0e

Browse files
committed
optimize ci
1 parent 8925f86 commit e339f0e

File tree

3 files changed

+3
-27
lines changed

3 files changed

+3
-27
lines changed

.github/workflows/lib.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88
- uses: actions/checkout@v1
99
- name: install dependencies
1010
run: sudo apt update -y && sudo apt install -y googletest libgtest-dev libboost-stacktrace-dev
11+
- name: print info
12+
run: php -v && php-config
1113
- name: build
1214
run: cmake . && make VERBOSE=1 -j$(nproc)

.travis.yml

-26
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img width="400" alt="Swoole Logo" src="logo.png" />
33
</h1>
44

5-
[![Build Status](https://api.travis-ci.org/swoole/phpx.svg)](https://travis-ci.org/swoole/phpx)
5+
[![Build Status](https://github.com/matyhtf/phpx/workflows/libphpx/badge.svg)](https://github.com/matyhtf/phpx/actions?query=workflow%3Alibphpx)
66
[![License](https://img.shields.io/badge/license-apache2-blue.svg)](LICENSE)
77

88
C++ wrapper for Zend API

0 commit comments

Comments
 (0)