mirror of https://gitlab.com/basile.b/dexed.git
updated travis script
This commit is contained in:
parent
34b2a9ab22
commit
469b020849
|
@ -1,7 +1,13 @@
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
install: ./etc/travis-lazarus/.travis.install.py
|
install: ./etc/travis-lazarus/.travis.install.py
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- LAZ_VER=1.6.0
|
- LAZ_VER=1.6.0
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
script:
|
||||||
|
- lazbuild $LAZ_OPT lazproj/coedit.lpi
|
Loading…
Reference in New Issue