Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
OPAMROOT: D:\opamroot
OPAMSOLVERTIMEOUT: 120
MSYS: winsymlinks:native
OCAMLRUNPARAM: b
jobs:
build:
strategy:
Expand Down Expand Up @@ -112,7 +113,7 @@ jobs:
opam update
Foreach ($pkg in $pkgs) {
Write-Host "::group::Testing `e[1;34m$pkg`e[0m"
opam install --color=always --confirm-level=unsafe-yes "$pkg"
opam install -vv --color=always --confirm-level=unsafe-yes "$pkg"
Write-Host "::endgroup::"
switch ($LASTEXITCODE) {
0 { Write-Host "`e[1;32m$pkg installed successfully`e[0m."; Break }
Expand Down
3 changes: 2 additions & 1 deletion packages/topkg/topkg.1.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ depends: [
"ocamlbuild"
]
build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"]
flags: verbose
dev-repo: "git+https://erratique.ch/repos/topkg.git"
url {
src: "https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz"
checksum:
"sha512=34d22ae5b6bd166dd4a601a7d12d89c336684b3c56d7c7f481b40837eab263616cc3a6e6f63602f3d4a7d53c911967bf261de6c1ac205341b98a9838e5ea7aeb"
}
x-maintenance-intent: ["(latest)"]
x-maintenance-intent: ["(latest)"]
Loading