This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
14
unikernel/duniverse/cppo/appveyor.yml
Normal file
14
unikernel/duniverse/cppo/appveyor.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
environment:
|
||||
matrix:
|
||||
- OCAML_BRANCH: 4.05
|
||||
- OCAML_BRANCH: 4.06
|
||||
|
||||
install:
|
||||
- appveyor DownloadFile "https://raw.githubusercontent.com/Chris00/ocaml-appveyor/master/install_ocaml.cmd" -FileName "C:\install_ocaml.cmd"
|
||||
- C:\install_ocaml.cmd
|
||||
|
||||
build_script:
|
||||
- cd "%APPVEYOR_BUILD_FOLDER%"
|
||||
- dune subst
|
||||
- dune build -p cppo
|
||||
Loading…
Add table
Add a link
Reference in a new issue