File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11language : c
2- install : wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
3- script : bash -ex .travis-opam.sh
2+ services : docker
3+ install :
4+ - wget https://raw.githubusercontent.com/xenserver/xenserver-build-env/master/run.py
5+ - wget https://raw.githubusercontent.com/xenserver/xenserver-build-env/master/utils/travis-build-repo.sh
6+ script : sh travis-build-repo.sh xapi
47sudo : true
58env :
6- - OCAML_VERSION=4.02 PACKAGE=xapi FORK_USER=xapi-project EXTRA_REMOTES=git://github.com/xapi-project/opam-repo-dev
9+ - OCAML_VERSION=4.02
710notifications :
811 slack : citrix:BHYQZbI8m036ELU21gZil75Y
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ set -eux
4+
5+ REPO_PATH=$1
6+ REPO=` basename $REPO_PATH `
7+
8+ cp -r $REPO_PATH .
9+ cd $REPO
10+ ./configure && make && make test
You can’t perform that action at this time.
0 commit comments