Skip to content

Commit 62b614c

Browse files
authored
Merge pull request #458 from erizocosmico/feature/oniguruma-lang
Feature/oniguruma lang
2 parents a80cc08 + 3cbe3f3 commit 62b614c

File tree

25 files changed

+2554
-79
lines changed

25 files changed

+2554
-79
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ before_install:
1919
- docker pull pilosa/pilosa:v0.9.0
2020
- docker run -d --name pilosa -p 127.0.0.1:10101:10101 pilosa/pilosa:v0.9.0
2121
- docker ps -a
22+
- sudo apt-get install -y libonig2 libonig-dev
2223
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
2324
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 90
2425

@@ -66,6 +67,8 @@ jobs:
6667
- echo "skipping before_script for macOS"
6768

6869
script:
70+
- brew update
71+
- brew install oniguruma
6972
- make packages || echo "" # will fail because of docker being missing
7073
- if [ ! -f "build/gitbase_darwin_amd64/gitbase" ]; then echo "gitbase binary not generated" && exit 1; fi
7174
- cd build

0 commit comments

Comments
 (0)