Skip to content

Commit

Permalink
update patience_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jnavila committed May 30, 2020
1 parent 10eba06 commit 24b82ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ environment:
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64
PACKAGE: plotkicadsch
OPAM_SWITCH: 4.07.0+mingw64c
OPAM_SWITCH: 4.09.0+mingw64c
PINS: kicadsch:. plotkicadsch:.

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
- call %CYG_ROOT%\bin\bash.exe -l -c 'opam install plotkicadsch'
- call %CYG_ROOT%\bin\bash.exe -l -c 'opam pin 'opam pin add kicadsch.dev --kind=path . -n'
- call %CYG_ROOT%\bin\bash.exe -l -c 'opam pin 'opam pin add plotkicadsch.dev --kind=path . -n'
- call %CYG_ROOT%\bin\bash.exe -l -c 'opam install plotkicadsch.dev'
- mv %CYG_ROOT%\home\appveyor\.opam %APPVEYOR_BUILD_FOLDER%\opam

artifacts:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ services:
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
script: bash -ex ./.travis-docker.sh
env:
- OCAML_VERSION=4.07 DISTRO="ubuntu-16.04" PACKAGE=kicadsch
- PINS="kicadsch:." OCAML_VERSION=4.07 DISTRO="ubuntu-16.04" PACKAGE=plotkicadsch
- OCAML_VERSION=4.09 DISTRO="ubuntu-16.04" PACKAGE=kicadsch
- PINS="kicadsch:." OCAML_VERSION=4.09 DISTRO="ubuntu-16.04" PACKAGE=plotkicadsch
2 changes: 1 addition & 1 deletion plotkicadsch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"git" {>= "2.0.0"}
"git-unix"
"base64" {>= "3.0.0"}
"patience_diff" { < "v0.12.0" }
"patience_diff" { = "v0.13.0" }
"core_kernel"
"cmdliner"
]

0 comments on commit 24b82ba

Please sign in to comment.