BSKY
44dbc8f0ee
Update README.md
2020-01-26 12:15:49 +09:00
BSKY
041520512d
Format with shfmt
2020-01-26 12:12:14 +09:00
BSKY
98c1a0c73f
Delete .travis.yml
2020-01-26 12:11:51 +09:00
Óscar de Arriba
498b77c0d1
Merge pull request #26 from Rican7/feature/concurrent-builds
...
Feature - Concurrent Builds
2020-01-08 08:31:03 +01:00
Óscar de Arriba
e18dc6d393
Merge pull request #27 from mokhan/master
...
Compare signature with latest instead of hardcoded value
2020-01-06 21:45:27 +01:00
mo khan
c5c20db491
Compare signature with latest instead of hardcoded value
2019-12-18 14:14:38 -07:00
Trevor Suarez
f4ad996f1f
Setting the make -j (jobs) flag based on the
...
`ASDF_CONCURRENCY` environment variable
See:
- asdf-vm/asdf#57
- asdf-vm/asdf#75
- asdf-vm/asdf#147
2019-12-17 00:57:54 -07:00
Óscar de Arriba
cb81fc4362
Merge pull request #21 from salzig/feat/detect_more
...
feat: detect webp, libzip, libedit, bzip2
2019-11-06 10:50:21 +01:00
Óscar de Arriba
ad183a91fc
Merge pull request #24 from EHER/latest-php
...
Make latest PHP version available
2019-10-27 13:11:32 +01:00
Óscar de Arriba
ede855f075
Merge pull request #25 from EHER/composer
...
Install composer
2019-10-27 13:09:05 +01:00
Alexandre Eher
aaa06c50c0
Install composer
...
It's handy to have Composer as package manager out of the box with PHP.
Signed-off-by: Alexandre Eher <alexandre@eher.com.br >
2019-09-28 15:19:43 +02:00
Alexandre Eher
89ffd15e4f
Use GNU sed for OSX
...
OSX already come with a version of sed that is incompatible with the GNU sed from Linux.
We can install same version used by Linux so the commands will be
compatible.
Signed-off-by: Alexandre Eher <alexandre@eher.com.br >
2019-09-25 09:22:18 +02:00
Alexandre Eher
992019b1e1
Use Github API Token on header for CI
...
Github now requires us to set the api token in the header.
Signed-off-by: Alexandre Eher <alexandre@eher.com.br >
2019-09-25 09:22:18 +02:00
Alexandre Eher
9926514fcf
Update dependencies
...
On latest the PHP version some new dependencies are required.
Signed-off-by: Alexandre Eher <alexandre@eher.com.br >
2019-09-25 09:22:18 +02:00
Alexandre Eher
d1a8969451
Include beta, alphas and RCs
...
It's handy to have available all the versions.
Signed-off-by: Alexandre Eher <alexandre@eher.com.br >
2019-09-25 09:22:17 +02:00
Ben Rexin
83024a83e4
feat: detect webp, libzip, libedit, bzip2
2019-07-25 08:50:06 +02:00
Óscar de Arriba
932907341e
Merge pull request #15 from magikid/magikid-patch-1
...
Updates README
2019-02-16 14:27:06 +01:00
Chris Jones
2a9c104a16
Updates README
...
In the macOS section of prerequisites, the brew command referenced an outdated package. All of the `homebrew/dupes/...` packages were migrated into the core or deleted. This updates the brew command with the correct name of the zlib package which is just `zlib`.
2019-02-05 09:27:53 -05:00
Óscar de Arriba
a732ca8951
Merge pull request #13 from salzig/feat/detect_iconv
...
feat: detect iconv on MacOS
2019-01-30 12:37:09 +01:00
Óscar de Arriba
ea62fdcebb
Merge pull request #14 from salzig/feat/php_without_pear
...
feat: php without pear
2019-01-30 12:36:34 +01:00
Ben Rexin
33ade86cff
feat: php without pear
2019-01-29 18:34:40 +01:00
Ben Rexin
d9bfe26af1
feat: detect iconv
2019-01-29 18:14:30 +01:00
Óscar de Arriba
6d24c36fc6
Merge pull request #9 from matjack1/master
...
Add Ubuntu 18.04 dependencies
2018-06-10 19:44:51 +02:00
Matteo Giaccone
a829a26195
Use curl from brew on MacOS
2018-06-06 14:15:07 +02:00
Matteo Giaccone
76b5432302
zlib moved from homebrew/dupes to homebrew/core
2018-06-06 13:19:26 +02:00
Matteo Giaccone
451a87e8cc
Add Ubuntu 18.04 dependencies
2018-06-06 13:12:18 +02:00
Óscar de Arriba
35e99ac579
Merge pull request #7 from choonge/feature/fix-bison-path-osx
...
Fix path to bison binary
2017-09-19 12:29:59 +02:00
Choong Wei Tjeng
f157234757
Fix path to bison binary
...
Was missing /bin
2017-09-14 14:12:38 +02:00
Óscar de Arriba
41ae46381a
Merge pull request #6 from choonge/feature/update-documentation-osx
...
Update documentation for osx
2017-09-14 10:44:11 +02:00
Choong Wei Tjeng
5fce052cc2
Add comment about the fact that Travis builds will fail for PR's
2017-09-14 07:49:13 +02:00
Choong Wei Tjeng
0b064416db
Use homebrew --prefix where possible to generate paths
2017-09-14 07:47:51 +02:00
Choong Wei Tjeng
1caad8ce1a
Clarify that user must explicitly choose between bison 2.7 and 3.0
2017-09-14 07:46:07 +02:00
Choong Wei Tjeng
92f531b41f
Fix OSX travis build
...
Homebrew errors out when trying to install packages which are already installed. Attempt to upgrade those instead.
2017-08-22 08:21:19 +02:00
Choong Wei Tjeng
28541097d3
Update travis.yml to match README information for OSX
2017-08-21 19:35:12 +02:00
Choong Wei Tjeng
6835d73d06
Brew install bison27 instead of bison@2.7
2017-08-21 19:34:58 +02:00
Choong Wei Tjeng
31f0138f96
Update documentation for osx
...
- Add bison to brew packages. Nowadays it will install 3.0.x, which we want for PHP7.x.
- Add libiconv to homebrew packages. This is not installed by default in a clean installation.
- Use environment variables instead of force linking.
2017-08-12 12:29:23 +02:00
Óscar de Arriba
4efed882c1
Merge pull request #4 from j-dexx/add_jpeg_png_for_linux
...
Add jpeg and png for linux
2017-07-31 18:26:21 +02:00
James Doyley
fc588fadf5
Add jpeg and png for linux
...
This change addresses the need by:
- Using locate to find the .so files for libjpeg and libpng
2017-07-31 14:02:13 +01:00
Óscar de Arriba
724b14787f
Merge pull request #5 from odarriba/fix-osx-build
...
Fix OSX build
2017-07-31 13:25:53 +02:00
Óscar de Arriba
6fd1b50d35
Update travis config
2017-07-31 12:54:18 +02:00
Óscar de Arriba
c78382e6be
Update README
2017-07-31 12:51:09 +02:00
Óscar de Arriba
c65a85eeb8
Update testing
2017-07-31 12:46:17 +02:00
Óscar de Arriba
eaf2486e12
Merge pull request #3 from caleb/fix-bison-homebrew-name
...
Fix bison homebrew name
2017-07-25 15:15:50 +02:00
Caleb Land
7ec07b66b3
Update readme with new hombrew version spec
...
bison27 -> bison@2.7
2017-07-17 20:39:21 -04:00
Caleb Land
c808374b06
Use new syntax for checking out specific versions
...
bison27 -> bison@2.7
2017-07-17 20:38:12 -04:00
Óscar de Arriba
619decee43
Change permissions.
2016-10-31 11:50:33 +01:00
Óscar de Arriba
627770d599
Improve curl on OSX. Remove unused dependency.
2016-10-28 12:42:53 +02:00
Óscar de Arriba
d4309ab0ea
Add sbin path to recognise php-fpm.
2016-10-18 11:19:20 +02:00
Óscar de Arriba
4ca9aa3bae
Add fpm and pcntl.
2016-10-18 10:26:53 +02:00
Óscar de Arriba
b9ff36ac61
Fix compile flag to provide openssl support.
2016-10-17 11:33:54 +02:00