1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
metadata: name: ODP installation format: "Lava-Test-Shell Test Definition 1.0" description: "Setup ODP" version: 1.0 install: deps: - autotools-dev - autoconf - libtool - autogen - gcc - git - g++ - make - libssl-dev - libcunit1 - libcunit1-dev - libconfig-dev - m4 - pkg-config - locales-all run: steps: - echo "Build ODP" - ./scripts/build-odp.sh