]> jfr.im git - irc/rizon/acid.git/blame - .gitlab-ci.yml
conf: add validator for double
[irc/rizon/acid.git] / .gitlab-ci.yml
CommitLineData
ae5e5641 1image: maven@sha256:03257e9c22fa347a9ff589a3381018751e8bb36f0c505187d61731bff3a63c49
14564108
A
2
3before_script:
4 - apt-get update
ca01d86b 5 - apt-get install -y build-essential libpython2-dev
14564108
A
6
7build:
8 script:
9 - sed -i 's/git@gitlab.com:rizon\/pyva/https:\/\/gitlab.com\/rizon\/pyva.git/' .gitmodules
10 - git submodule init && git submodule update
11 - cp pyva/libpyva/pyva-native/make.example.properties pyva/libpyva/pyva-native/make.properties
12 - mvn -B test
601bdd9c 13 - find pyva/pyva/src/main/python/ -name "*.py" -print0 | xargs -0 -n1 -I'{}' python2 -m py_compile {}