mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Travis script
This commit is contained in:
parent
9c1fc6717f
commit
2a7747f1c3
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
||||
sudo: required
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-5
|
||||
- g++-5
|
||||
- make
|
||||
script:
|
||||
- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-5 /usr/bin/gcc
|
||||
- export VROOT=$(pwd)
|
||||
- cd ./compiler
|
||||
- make
|
Loading…
Reference in New Issue
Block a user