Skip to content

Commit

Permalink
Merge pull request #55 from phated/master
Browse files Browse the repository at this point in the history
Maintenance: Updates deps, CI steps and cleaner logs
  • Loading branch information
ManasJayanth authored Nov 24, 2020
2 parents e93b905 + cb340b2 commit 86d2eac
Show file tree
Hide file tree
Showing 6 changed files with 1,986 additions and 2,020 deletions.
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

0 comments on commit 86d2eac

Please sign in to comment.