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

Maintenance: Updates deps, CI steps and cleaner logs #55

Merged
merged 6 commits into from
Nov 24, 2020
Merged
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
2 changes: 1 addition & 1 deletion .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- job: Windows
timeoutInMinutes: 0
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-latest'
steps:
- template: esy-build-steps.yml
10 changes: 2 additions & 8 deletions .ci/esy-build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ steps:
- task: NodeTool@0
inputs:
versionSpec: '8.9'
- script: npm install -g esy@0.3.4
- script: npm install
- script: cd re && esy install
continueOnError: true
- script: cd re && esy install
continueOnError: true
- script: cd re && esy install
- script: cd re && esy build
- script: npm run build-exe
- script: npm run build-cygwin
- script: cd re && esy b dune runtest
- script: npm run test-exe
- script: npm run test
displayName: "npm run test: before packing"
- script: npm run package-cygwin
Expand Down
Loading