This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-16
lines changed
Expand file tree Collapse file tree 3 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 11* .orig
22* .rej
3- * .native
43_build
54.merlin
5+ * .install
Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ before_install:
1111install :
1212 - wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
1313script :
14- - bash -ex .travis-opam.sh
14+ - cp xen-api-sdk.opam opam && bash -ex .travis-opam.sh
1515env :
1616 global :
1717 - OCAML_VERSION=4.02
1818 - TESTS=false
19+ - INSTALL=false
1920 matrix :
2021 - BASE_REMOTE=git://github.com/xapi-project/xs-opam
2122 - EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
Original file line number Diff line number Diff line change @@ -41,24 +41,16 @@ ifndef SR_XML
4141endif
4242
4343build :
44- jbuilder build c/gen_c_binding.exe
45- jbuilder build csharp/gen_csharp_binding.exe
46- jbuilder build java/main.exe
47- jbuilder build powershell/gen_powershell_binding.exe
48-
49- release :
50- jbuilder build @install
51-
52- install :
53- jbuilder install
54-
55- uninstall :
56- jbuilder uninstall
44+ jbuilder build \
45+ c/gen_c_binding.exe \
46+ csharp/gen_csharp_binding.exe \
47+ java/main.exe \
48+ powershell/gen_powershell_binding.exe
5749
5850clean :
5951 jbuilder clean
6052
61- .PHONY : build release instal uninstall clean
53+ .PHONY : build clean
6254
6355c : build
6456 _build/default/c/gen_c_binding.exe -d _build/default/c/autogen -t c/templates
You can’t perform that action at this time.
0 commit comments