This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path_base_config.yml
76 lines (65 loc) · 2.4 KB
/
_base_config.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
config:
python:
version: 3.5.2
pip_version: 8.1.1
# Invoke is currently pinned by this bug:
# https://github.com/pyinvoke/invoke/issues/345
invoke_version: 0.12.2
node:
required: true
version: 4.5.0
ruby:
required: true
version: 2.3.3
bundler_version: 1.13.6
docker:
cmd_bash_macos: /bin/bash
cmd_dockermachine_macos: /usr/local/bin/docker-machine
cmd_bash_windows: C:/Program Files/Git/bin/bash
cmd_dockermachine_windows: C:/Program Files/Docker Toolbox/docker-machine.exe
travis:
version: 1.11.2-0~trusty
compose_version: 1.8.0-rc1
compose_up_delay: 60
readme:
working_directory_windows: c:/devel/web-jekyll-base
working_directory_mac: ~/Desktop/web-jekyll-base
node_versions:
- version: 4.5.0
installer_url: https://nodejs.org/dist/v4.5.0/node-v4.5.0-x64.msi
python_versions:
- version: 3.5.2
installer_url: https://www.python.org/ftp/python/3.5.2/python-3.5.2.exe
install_path: c:/Python35
virtual_environment_name: env35
requirements_name: requirements3.txt
ruby_versions:
- version: 2.2.3
installer_url: https://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.2.3.exe
install_path: c:/Ruby223
installer_devkit_url: https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe
install_devkit_path: c:/RubyDevKit
- version: 2.3.1
installer_url: https://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.3.1.exe
install_path: c:/Ruby231
installer_devkit_url: https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe
install_devkit_path: c:/RubyDevKit
- version: 2.3.3
installer_url: https://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.3.3.exe
install_path: c:/Ruby233
installer_devkit_url: https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe
install_devkit_path: c:/RubyDevKit
compile_config:
entries:
- in: README.md.in
out: README.md
- in: requirements3.in.in
out: requirements3.in
- in: .travis.yml.in
out: .travis.yml
compile_docker_localize:
entries:
- in: tests/test-compose.yml
out: tests/test-compose.localized.yml
- in: _config-test.yml
out: _config-test.localized.yml