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

Et7f3/test/switch to rely #22

Merged
merged 6 commits into from
Nov 18, 2019
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
6 changes: 3 additions & 3 deletions .ci/esy-build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ steps:
- task: NodeTool@0
inputs:
versionSpec: '8.9'
- script: npm install -g [email protected].6
- script: npm install -g [email protected].8
- script: esy install
- script: esy build
- script: esy test:native
- script: esy build:js
- script: esy test:js
- script: esy @bench install
- script: esy @bench build
- script: esy @bench x reglm-bench
- script: esy @bench build --release
- script: esy @bench x --release reglm-bench
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@ typings/
.merlin
_build/
*.install

# esy
_esy

#dune build folder
_build
3 changes: 3 additions & 0 deletions bench.esy.lock/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# Set eol to LF so files aren't converted to CRLF-eol on Windows.
* text eol=lf
3 changes: 3 additions & 0 deletions bench.esy.lock/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# Reset any possible .gitignore, we want all esy.lock to be un-ignored.
!*
Loading