Skip to content

Commit

Permalink
Debugging to fix winpty usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbowman committed Oct 2, 2018
1 parent 3512020 commit c477435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ xqueue_consumer-logs: ## View logs from containers running in detached mode
docker-compose -f docker-compose-xqueue.yml logs -f xqueue_consumer

pull: ## Update Docker images
uname
env
docker-compose pull --parallel

pull.xqueue: ## Update XQueue Docker images
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ environment:
install:
- curl -fsSL -o make-4.2.1-without-guile-w32-bin.zip https://sourceforge.net/projects/ezwinports/files/make-4.2.1-without-guile-w32-bin.zip/download
- 7z x make-4.2.1-without-guile-w32-bin.zip -oC:\"Program Files"\Git\mingw64
- "\"%ProgramFiles%/Git/bin/bash.exe\" -c \"uname\""
- "\"%ProgramFiles%/Git/bin/bash.exe\" -c \"env\""

build_script:
# Increase the Linux VM memory from the default 2 GB to 4 GB
Expand Down

0 comments on commit c477435

Please sign in to comment.