This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
15
unikernel/duniverse/ocaml-uri/appveyor.yml
Normal file
15
unikernel/duniverse/ocaml-uri/appveyor.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
platform:
|
||||
- x86
|
||||
|
||||
environment:
|
||||
FORK_USER: ocaml
|
||||
FORK_BRANCH: master
|
||||
CYG_ROOT: C:\cygwin64
|
||||
PACKAGE: uri
|
||||
OCAML_VERSION: 4.06
|
||||
|
||||
install:
|
||||
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))
|
||||
|
||||
build_script:
|
||||
- call %CYG_ROOT%\bin\bash.exe -l %APPVEYOR_BUILD_FOLDER%\appveyor-opam.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue