File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 7
7
8
8
matrix :
9
9
fast_finish : true
10
- addons :
11
- apt :
12
- sources :
13
- - ubuntu-toolchain-r-test
14
- packages :
15
- - gcc-6
16
- - g++-6
17
- - libonig-dev
18
-
19
-
20
- before_install :
21
- - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
22
- - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 90
23
10
24
11
before_script :
25
12
- docker run -d --name bblfshd --privileged -p 9432:9432 bblfsh/bblfshd:v2.14.0-drivers
26
13
- docker exec -it bblfshd bblfshctl driver list
27
- - go get -v github.com/go-sql-driver/mysql/...
28
14
29
15
script :
30
16
- make test-coverage codecov
62
48
- echo "skipping before_script for macOS"
63
49
64
50
script :
65
- - brew update
66
- - brew install oniguruma
67
51
- make packages || echo "" # will fail because of docker being missing
68
52
- if [ ! -f "build/gitbase_darwin_amd64/gitbase" ]; then echo "gitbase binary not generated" && exit 1; fi
69
53
- cd build
You can’t perform that action at this time.
0 commit comments