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