1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-peachpie

Клонировать/Скачать
.travis.yml 855
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Jakub Míšek Отправлено 23.10.2020 18:06 0de0a9d
sudo: required
dist: xenial
os: linux
language: php
php:
- '7.4'
before_install:
- ./build/install_dependencies_ubuntu.sh
# - echo "extension=sqlite3.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
# - echo "extension=pdo_sqlite.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
install:
# do not build the entire solution; there are windows projects included
# - dotnet build ./Peachpie.sln
# build the Sdk/compiler:
- dotnet build ./src/Peachpie.NET.Sdk/
# install NuGets to NuGet cache:
- dotnet restore ./build/dummy -p:DisableImplicitPeachpieReferences=true
# compile tests:
- dotnet build ./tests -c Release
script:
- dotnet test ./src/Tests/Peachpie.Runtime.Tests/Peachpie.Runtime.Tests.csproj
- dotnet test ./src/Tests/Peachpie.DiagnosticTests/Peachpie.DiagnosticTests.csproj
- ./build/runtests.sh

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-peachpie.git
git@api.gitlife.ru:oschina-mirror/mirrors-peachpie.git
oschina-mirror
mirrors-peachpie
mirrors-peachpie
master