mirror of https://gitlab.com/basile.b/dexed.git
test Laz-travis
This commit is contained in:
parent
4272869093
commit
34b2a9ab22
|
@ -1,3 +1,6 @@
|
||||||
[submodule "etc/libdparse"]
|
[submodule "etc/libdparse"]
|
||||||
path = etc/libdparse
|
path = etc/libdparse
|
||||||
url = https://github.com/Hackerpilot/libdparse.git
|
url = https://github.com/Hackerpilot/libdparse.git
|
||||||
|
[submodule "etc/travis-lazarus"]
|
||||||
|
path = etc/travis-lazarus
|
||||||
|
url = https://github.com/nielsAD/travis-lazarus.git
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
sudo: true
|
||||||
|
install: ./etc/travis-lazarus/.travis.install.py
|
||||||
|
env:
|
||||||
|
- LAZ_VER=1.6.0
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 01d3cd10def1e612aff18de11d3e75a5f147bbfc
|
Loading…
Reference in New Issue