mirror of
https://github.com/phpv8/v8js.git
synced 2025-03-11 22:18:44 +00:00
use ppa:stesie/libv8, build against V8 7.1
This commit is contained in:
parent
a67253477b
commit
147d087e8a
@ -5,11 +5,11 @@ services:
|
|||||||
- docker
|
- docker
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- V8VER=6.6
|
- V8VER=7.1
|
||||||
PHPVER=7.0
|
PHPVER=7.0
|
||||||
- V8VER=6.6
|
- V8VER=7.1
|
||||||
PHPVER=7.1
|
PHPVER=7.1
|
||||||
- V8VER=6.6
|
- V8VER=7.1
|
||||||
PHPVER=7.2
|
PHPVER=7.2
|
||||||
|
|
||||||
script: make -f Makefile.travis test
|
script: make -f Makefile.travis test
|
||||||
|
@ -9,7 +9,7 @@ RUN apt-get update -q
|
|||||||
RUN apt-get install -y software-properties-common
|
RUN apt-get install -y software-properties-common
|
||||||
|
|
||||||
RUN add-apt-repository ppa:ondrej/php
|
RUN add-apt-repository ppa:ondrej/php
|
||||||
RUN add-apt-repository ppa:pinepain/php -y
|
RUN add-apt-repository ppa:stesie/libv8 -y
|
||||||
RUN apt-get update -q
|
RUN apt-get update -q
|
||||||
|
|
||||||
RUN apt-get install -y php$PHPVER-dev libv8-$V8VER-dev
|
RUN apt-get install -y php$PHPVER-dev libv8-$V8VER-dev
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Configure and build scripts for travis CI system
|
# Configure and build scripts for travis CI system
|
||||||
V8VER ?= 6.6
|
V8VER ?= 7.1
|
||||||
|
|
||||||
IMAGENAME ?= v8js-test
|
IMAGENAME ?= v8js-test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user