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