Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix - Dir - Windows: Paths not loaded correctly #251

Merged
10 changes: 7 additions & 3 deletions .ci/build-platform.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
platform: "macOS"
vmImage: "macOS-10.13"
vmImage: "macOS-10.14"
bryphe marked this conversation as resolved.
Show resolved Hide resolved

jobs:
- job: ${{ parameters.platform }}
Expand Down Expand Up @@ -70,8 +70,12 @@ jobs:
- script: "esy build"
displayName: "esy build"
- template: utils/create-docs.yml
- script: "esy test"
displayName: "Test command"
- script: "esy x TestDev.exe --filter Dir"
displayName: "esy x TestDev.exe --filter Dir (Windows subset)"
condition: eq(variables['AGENT.OS'], 'Windows_NT')
- script: "esy x TestDev.exe"
displayName: "esy x TestDev.exe"
condition: ne(variables['AGENT.OS'], 'Windows_NT')
- script: "esy release"
displayName: "esy release"
- template: utils/publish-build-cache.yml
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- template: .ci/build-platform.yml
parameters:
platform: macOS
vmImage: macOS-10.13
vmImage: macOS-10.14

# Need windows-2019 to do esy import/export-dependencies
# which assumes you have bsdtar (tar.exe) in your system
Expand All @@ -35,7 +35,7 @@ jobs:
- macOS
- Windows
pool:
vmImage: macOS-10.13
vmImage: macOS-10.14
demands: node.js
steps:
- template: .ci/cross-release.yml
3 changes: 3 additions & 0 deletions esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"@opam/sexplib0": "*",
"@opam/odoc": "*"
},
"devDependencies": {
"ocaml": "~4.7.1"
},
"resolutions": {
"@opam/reason": "let-def/reason:reason.opam#474900e6d9d5ecef788fbe78e8a23cb20d151a72"
}
Expand Down
2 changes: 1 addition & 1 deletion esy.lock/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading