-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathcircle.yml
More file actions
27 lines (23 loc) · 802 Bytes
/
circle.yml
File metadata and controls
27 lines (23 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#Circle-CI
#machine:
# php:
# version: 7.0.10
checkout:
post:
- git clone https://github.com/NycuRO/CI-Test
dependencies:
override:
- mkdir plugins
- cd
- wget -O PHP7.tar.gz https://dl.bintray.com/pocketmine/PocketMine/PHP_7.0.6_x86-64_Linux.tar.gz --no-check-certificate
- tar -xf PHP7.tar.gz
- wget https://raw.githubusercontent.com/PrismarineMC/Prismarine/master/start.sh
- wget -O plugins/DevTools.phar https://raw.githubusercontent.com/PrismarineMC/Prismarine/master/build/DevTools.phar
# - pecl install channel://pecl.php.net/pthreads-3.1.6
# - pecl install channel://pecl.php.net/weakref-0.3.2
# - echo | pecl install channel://pecl.php.net/yaml-2.0.0RC8
test:
override:
- ./bin/php7/bin/php build.php
# - ls -R
- cp -rv ./plugins/DevTools/ $CIRCLE_ARTIFACTS