File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99matrix :
1010 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
2411
2512before_script :
2613 - docker run -d --name bblfshd --privileged -p 9432:9432 bblfsh/bblfshd:v2.14.0-drivers
2714 - docker exec -it bblfshd bblfshctl driver list
28- - go get -v github.com/go-sql-driver/mysql/...
2915
3016script :
3117 - make test-coverage codecov
6147 - echo "skipping before_script for macOS"
6248
6349 script :
64- - brew update
65- - brew install oniguruma
6650 - make packages || echo "" # will fail because of docker being missing
6751 - if [ ! -f "build/gitbase_darwin_amd64/gitbase" ]; then echo "gitbase binary not generated" && exit 1; fi
6852 - cd build
You can’t perform that action at this time.
0 commit comments