sudo: required
language: cpp
services:
- docker
git:
depth: false
env:
- TASK=cpp_test
- TASK=python2_test
- TASK=python3_test
before_install:
- docker build -t test_ngraph -f .ci/travis/ubuntu/Dockerfile .
install: true
script:
- .ci/travis/ubuntu/run_test.sh
branches:
only:
- "master"
-
raramer01 authored
* migrate files * apply version number to libngraph.so * fix cmake running with empty build directory * remove clone --depth option
664969f5