-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
boxfile.yml
50 lines (50 loc) · 1.18 KB
/
boxfile.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
run.config:
engine: php#option/no-default-cache-dirs
engine.config:
runtime: php-7.0
extensions:
- ctype
- fileinfo
- gmp
- json
- mbstring
- pdo
- pdo_sqlite
- zip
- zlib
- xml
- dom
- simplexml
- xmlwriter
- tokenizer
- zephir_parser
extra_packages:
- go
- autoconf
- re2c
- py27-pip
- gtexinfo
- unzip
cache_dirs:
- .gopath
extra_path_dirs:
- .gopath/bin
cwd: /app/.gopath/src/github.com/danhunsaker/calends
extra_steps:
- |
# Set up Go stuff
export GOPATH=/app/.gopath
echo /app/.gopath > /data/etc/env.d/GOPATH
mkdir -p /app/.gopath/{bin,src/github.com/danhunsaker}
ln -sfT /app /app/.gopath/src/github.com/danhunsaker/calends
cd /app/.gopath/src/github.com/danhunsaker/calends
GO111MODULE=on go get -t -v ./...
- |
# Set up Sphinx documentation support
pip install --upgrade pip
pip install -I -r doc-requirements.txt
- |
# Install Zephir
wget -O zephir https://github.com/phalcon/zephir/releases/download/0.11.12/zephir.phar
chmod +x zephir
mv zephir /data/bin/